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