class |
BedFileIterator |
Opens a sequence change file and iterates over all intervals in BED format.
|
class |
BigBedFileIterator |
FileIterator for BigBed features
Note: I use Broad's IGV code to do all the work, this is just a wrapper
|
class |
BlastResultFileIterator |
Iterate on each line of a GWAS catalog (TXT format)
|
class |
FastaFileIterator |
Opens a fasta file and iterates over all fasta sequences in the file
|
class |
GenericMarkerFileIterator |
Opens a file and creates generic markers (one per line)
|
class |
Gff3FileIterator |
Opens a sequence change file and iterates over all intervals in GFF3 format.
|
class |
LineClassFileIterator<T> |
Iterate on each line.
|
class |
LineFileIterator |
Iterate on each line in this file
|
class |
LineSeqFileIterator |
One line per sequence.
|
class |
MarkerFileIterator<M extends Marker> |
Opens a Marker file and iterates over all markers
|
class |
MatrixEntryFileIterator |
Iterate on each line of a file, creating a MatrixEntry
|
class |
MotifFileIterator |
Opens a regulation file and create Motif elements.
|
class |
RegulationBedFileIterator |
Opens a GFF3 file and create regulatory elements.
|
class |
RegulationFileIterator |
Opens a regulation file and create Regulation elements.
|
class |
RegulationGffFileIterator |
Opens a GFF3 file and create regulatory elements.
|
class |
SamFileIterator |
Reads a SAM file
Note: This is a very 'rustic' reader (we should use Picard's API instead)
|
class |
VariantFileIterator |
Opens a sequence change file and iterates over all sequence changes
|
class |
VariantTxtFileIterator |
Opens a sequence change file and iterates over all sequence changes
TXT Format: Tab-separated format, containing five columns that correspond to:
chr \t position \t refSeq \t newSeq \t strand \t quality \t coverage \t id \n
Fields strand, quality, coverage and id are optional
E.g.
|
class |
VcfFileIterator |
Opens a VCF file and iterates over all entries
Format: VCF 4.1
Reference: http://www.1000genomes.org/wiki/Analysis/Variant%20Call%20Format/vcf-variant-call-format-version-41
Old 4.0 format: http://www.1000genomes.org/wiki/doku.php?id=1000_genomes:analysis:vcf4.0
1.
|
class |
VcfHapMapFileIterator |
Opens a Hapmap phased file and iterates over all entries, returning VcfEntries for each line
Note: Each HapMap file has one chromosome.
|