Package picard.annotation
Class GeneAnnotationReader
- java.lang.Object
-
- picard.annotation.GeneAnnotationReader
-
public class GeneAnnotationReader extends Object
Load gene annotations into an OverlapDetector of Gene objects. Currently only refFlat format is accepted.
-
-
Constructor Summary
Constructors Constructor Description GeneAnnotationReader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static htsjdk.samtools.util.OverlapDetector<Gene>
loadRefFlat(File refFlatFile, htsjdk.samtools.SAMSequenceDictionary sequenceDictionary)
-