|
| static Sequence | getChrSequence (String seqDir, String chr) throws IOException |
| |
| static String | getChrSizesFile (String seqDir) |
| |
| static ContinuousDataAlignmentModel | getDataModel (String bamFile, String sizeFile, String chr, boolean removeDuplicates) throws IOException |
| |
| static ContinuousDataAlignmentModel | getDataModel (String bamFile, String sizeFile, boolean removeDuplicates) throws IOException |
| |
| static ContinuousDataAlignmentModel | getDataModel (String bamFile, String sizeFile, int minMappingQuality, boolean removeDuplicateFlags, boolean weighReadCounts, String strand, boolean loadPairsAsFragments) throws IOException |
| |
| static Sequence broad.core.sequence.SequenceUtils.getChrSequence |
( |
String |
seqDir, |
|
|
String |
chr |
|
) |
| throws IOException |
|
static |
| static String broad.core.sequence.SequenceUtils.getChrSizesFile |
( |
String |
seqDir | ) |
|
|
static |
| static ContinuousDataAlignmentModel broad.core.sequence.SequenceUtils.getDataModel |
( |
String |
bamFile, |
|
|
String |
sizeFile, |
|
|
String |
chr, |
|
|
boolean |
removeDuplicates |
|
) |
| throws IOException |
|
static |
| static ContinuousDataAlignmentModel broad.core.sequence.SequenceUtils.getDataModel |
( |
String |
bamFile, |
|
|
String |
sizeFile, |
|
|
boolean |
removeDuplicates |
|
) |
| throws IOException |
|
static |
| static ContinuousDataAlignmentModel broad.core.sequence.SequenceUtils.getDataModel |
( |
String |
bamFile, |
|
|
String |
sizeFile, |
|
|
int |
minMappingQuality, |
|
|
boolean |
removeDuplicateFlags, |
|
|
boolean |
weighReadCounts, |
|
|
String |
strand, |
|
|
boolean |
loadPairsAsFragments |
|
) |
| throws IOException |
|
static |
The documentation for this class was generated from the following file: