public class CMPH5FileData extends CMPH5FileBase
file_version, movie_frame_rates, movie_names_info, read_group_info, read_type, reference_info
hdf_file_format, hdf_file_root_group, hdf_file_root_node, MAX_NUM_CACHED_OBJECTS, MAX_NUM_CACHED_OBJECTS_KINETOGRAM
Constructor and Description |
---|
CMPH5FileData(java.io.File file,
int access,
int num_cached_objects) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getConsensusSequence(java.lang.String contig_id,
long start,
long stop) |
int[] |
getIPDSequence(java.lang.String contig_id,
long start,
long stop) |
protected RawRead |
getSingleRawRead(AlignmentIndexTable table,
int row_idx)
Deprecated.
|
RawRead |
getSingleRawReadUsingCache(H5ScalarDS read_align_dataset,
H5ScalarDS read_metrics_dataset,
AlignmentIndexTable table,
int row_idx) |
RawRead |
updateSingleRawReadUsingCache(RawRead read,
H5ScalarDS read_metrics_dataset,
AlignmentIndexTable table,
int row_idx) |
clearDataSet, getAlignmentIndexDataChunk, getAlignmentIndexDataset, getAlignmentIndexTableForContig, getAlnGroupPathDataset, getContigIndexFromID, getContigNames, getFullSequenceName, getMovieFrameRateDataset, getMovieFrameRateFromMovieID, getMovieNameFromMovieID, getMovieNameIDsDataset, getMovieNamesDataset, getNumRows, getReadGroupAlignmentIndexPath, getReadGroupDataChunk, getReadGroupIDDataset, getReadGroupIndexFromReadGroupValue, getReadGroupMetricsPath, getReadGroupNormalizedIPDPath, getReadGroupPulseWidthPath, getReadGroupQualityValuePath, getReadGroupRawIPDPath, getRefGroupIDDataset, getRefGroupPathDataset, getRefGroupRefInfoIDDataset, getRefInfoFullNamesDataset, getSortedRefIndexDataset, isStrobeReadType, isVersion1_3, isVersion2_0, isVersionAtLeast1_2, readCmpH5ReferenceInfo, toString, updateMovieInfoFromMovieIDs
createEmptyDataset, createFilledDataset, createGroup, dispose, getAllAttributes, getAllChildDatasets, getAllChildGroups, getAttributeFloatValues, getAttributeLongValues, getAttributeStringValues, getChildDataset, getChildGroup, getDataset, getDatasetChunkInfo, getDatasetHyperslabInfo, getDataStreamFromDataset, getFileHandle, getFilePath, getGroup, getNamedRootObject, getUCharDataChunk, getUIntDataChunk, readDatasetHyperslab, readUnsignedDatasetHyperslab, testPrintDatasetInfo, writeChunkToDataset, writeStringAttribute, writeUIntAttribute
public CMPH5FileData(java.io.File file, int access, int num_cached_objects) throws HDF5ExceptionEx
file
- access
- HDF5ExceptionEx
public byte[] getConsensusSequence(java.lang.String contig_id, long start, long stop)
contig_index
- start
- stop
- public int[] getIPDSequence(java.lang.String contig_id, long start, long stop)
contig_index
- start
- stop
- @Deprecated protected RawRead getSingleRawRead(AlignmentIndexTable table, int row_idx)
table
- row_idx
- public RawRead getSingleRawReadUsingCache(H5ScalarDS read_align_dataset, H5ScalarDS read_metrics_dataset, AlignmentIndexTable table, int row_idx)
table
- row_idx
- public RawRead updateSingleRawReadUsingCache(RawRead read, H5ScalarDS read_metrics_dataset, AlignmentIndexTable table, int row_idx)
table
- row_idx
- Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.