|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.samtools.BAMIndexMetaData
public class BAMIndexMetaData
Metadata about the bam index contained within the bam index. One instance created per index file.
| Method Summary | |
|---|---|
int |
getAlignedRecordCount()
|
static BAMIndexMetaData[] |
getIndexStats(net.sf.samtools.BAMFileReader bam)
Prints meta-data statistics from BAM index (.bai) file Statistics include count of aligned and unaligned reads for each reference sequence and a count of all records with no start coordinate |
int |
getUnalignedRecordCount()
|
static void |
printIndexStats(File inputBamFile)
Prints meta-data statistics from BAM index (.bai) file Statistics include count of aligned and unaligned reads for each reference sequence and a count of all records with no start coordinate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getAlignedRecordCount()
public int getUnalignedRecordCount()
public static void printIndexStats(File inputBamFile)
public static BAMIndexMetaData[] getIndexStats(net.sf.samtools.BAMFileReader bam)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||