Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Htsjdk.tribble Classes and Interfaces - 94 results found.
NameDescriptionTypePackageFramework
AbstractFeatureCodecSimple basic class providing much of the basic functionality of codecs Every concrete subclass must implement FeatureCodec.Classhtsjdk.tribbleHtsJDK
AbstractFeatureReader the feature reader class, which uses indices and codecs to read in Tribble file formats.Classhtsjdk.tribbleHtsJDK
AbstractFeatureReader .ComponentMethodsClasshtsjdk.tribbleHtsJDK
AbstractIndex An abstract implementation of the index class.Classhtsjdk.tribble.indexHtsJDK
AbstractIndex .BlockStatsClasshtsjdk.tribble.indexHtsJDK
AbstractIndex .IndexTypeClasshtsjdk.tribble.indexHtsJDK
AsciiFeatureCodecA convenience base class for codecs that want to read in features from ASCII lines.Classhtsjdk.tribbleHtsJDK
AsciiLineReaderA simple class that provides readLine() functionality around a PositionalBufferedStream BufferedReader and its BufferedReader.Classhtsjdk.tribble.readersHtsJDK
AsciiLineReaderIteratorA class that iterates over the lines and line positions in an AsciiLineReader.Classhtsjdk.tribble.readersHtsJDK
AsynchronousLineReaderA LineReader implementation that delegates the work of reading and fetching lines to another thread.Classhtsjdk.tribble.readersHtsJDK
BEDCodecCodec for parsing BED file, as described by UCSC See https://genome.Classhtsjdk.tribble.bedHtsJDK
BEDCodec .StartOffsetIndicate whether co-ordinates or 0-based or 1-based.Classhtsjdk.tribble.bedHtsJDK
BEDFeatureInterfacehtsjdk.tribble.bedHtsJDK
BinaryFeatureCodecClasshtsjdk.tribbleHtsJDK
BlockClasshtsjdk.tribble.indexHtsJDK
ChrIndexInterfacehtsjdk.tribble.indexHtsJDK
CloseableTribbleIteratorThe basic iterator we use in Tribble, which allows closing and basic iteration.Interfacehtsjdk.tribbleHtsJDK
CodecLineParsingException a generic exception we use if the codec has trouble parsing the line its givenAuthor:aaronSee Also:Serialized FormClasshtsjdk.tribble.exceptionHtsJDK
CountRecordsAn example of how to index a feature file, and then count all the records in the file.Classhtsjdk.tribble.exampleHtsJDK
DiploidGenotypeenum DiploidGenotype Enum describing all possible combinations of diploid genotype variations;Classhtsjdk.tribble.gelitextHtsJDK
DynamicIndexCreatorA DynamicIndexCreator creates the proper index based on an IndexFactory.Classhtsjdk.tribble.indexHtsJDK
ExampleBinaryCodecAn example binary codec that encodes / decodes contig / start / stop values via DataInputStreamsAuthor:Mark DePristoClasshtsjdk.tribble.exampleHtsJDK
FeatureRepresents a locus on a reference sequence.Interfacehtsjdk.tribbleHtsJDK
FeatureCodecThe base interface for classes that read in features.Interfacehtsjdk.tribbleHtsJDK
FeatureCodecHeaderA class to represent a header of a feature containing file.Classhtsjdk.tribbleHtsJDK
FeatureReaderthe basic interface that feature sources need to matchCloseableTribbleIterInterfacehtsjdk.tribbleHtsJDK
FTPHelperClasshtsjdk.tribble.utilHtsJDK
FullBEDFeatureObject for full BED file.Classhtsjdk.tribble.bedHtsJDK
GeliTextCodec A codec for parsing geli text files, which is the text version of the geli binary format.Classhtsjdk.tribble.gelitextHtsJDK
GeliTextFeature Class GeliTextFeature This is a feature for the Geli text object, which is the text version of the Geli binary genotyping format.Classhtsjdk.tribble.gelitextHtsJDK
HardyWeinbergCalculationThis class calculates a HardyWeinberg p-value given three values representing the observed frequences of homozygous and heterozygous genotypes in theClasshtsjdk.tribble.util.popgenHtsJDK
HTTPHelperSimple implementation of URLHelper based on the JDK URL and HttpURLConnection classes.Classhtsjdk.tribble.utilHtsJDK
IndexInterface for all index implementations.Classhtsjdk.tribble.indexHtsJDK
IndexCreatorInterfacehtsjdk.tribble.indexHtsJDK
IndexFactoryFactory class for creating indexes.Classhtsjdk.tribble.indexHtsJDK
IndexFactory .IndexBalanceApproachWe can optimize index-file-creation for different factors.Classhtsjdk.tribble.indexHtsJDK
IndexFactory .IndexTypean enum that contains all of the information about the index types, and how to create themClasshtsjdk.tribble.indexHtsJDK
IndexToTableClasshtsjdk.tribble.exampleHtsJDK
IndicesAreEqualClasshtsjdk.tribble.exampleHtsJDK
IntervalQuick and dirty interval class Describes a genomic interval and where in a file information for thatClasshtsjdk.tribble.index.intervalHtsJDK
IntervalIndexCreatorClasshtsjdk.tribble.index.intervalHtsJDK
IntervalTreeAn implementation of an interval tree, following the explanation.Classhtsjdk.tribble.index.intervalHtsJDK
IntervalTreeIndexIndex based on an interval treeAuthor:jrobinsoSee Also:IntervalTreeClasshtsjdk.tribble.index.intervalHtsJDK
IntervalTreeIndex .ChrIndexClasshtsjdk.tribble.index.intervalHtsJDK
LinearIndexIndex defined by dividing the genome by chromosome, then each chromosome into bins of fixed width (in genomic coordinates).Classhtsjdk.tribble.index.linearHtsJDK
LinearIndex .ChrIndexBlocks are organized as a simple flat list: There's a constant bin width, so that each block corresponds to a specific intervalClasshtsjdk.tribble.index.linearHtsJDK
LinearIndexCreatorFor creating a LinearIndex from a stream of features.Classhtsjdk.tribble.index.linearHtsJDK
LineIteratorA very simple descriptor for line-iterables.Interfacehtsjdk.tribble.readersHtsJDK
LineIteratorImplA simple iterator over the elements in LineReader.Classhtsjdk.tribble.readersHtsJDK
LineReaderInterface for line-oriented readers.Interfacehtsjdk.tribble.readersHtsJDK
LineReaderUtilA collection of factories for generating LineReaders.Classhtsjdk.tribble.readersHtsJDK
LineReaderUtil .LineReaderOptionReturns the enum constant of this type with the specified name.Classhtsjdk.tribble.readersHtsJDK
LittleEndianInputStreamInput stream with methods to convert byte arrays to numeric values using "little endian" order.Classhtsjdk.tribble.utilHtsJDK
LittleEndianOutputStreamClasshtsjdk.tribble.utilHtsJDK
LongLineBufferedReaderA variant of BufferedReader with improved performance reading files with long lines.Classhtsjdk.tribble.readersHtsJDK
MathUtilsClasshtsjdk.tribble.utilHtsJDK
MathUtils .RunningStata class for calculating moving statistics - this class returns the mean, variance, and std dev after accumulating any number of records.Classhtsjdk.tribble.utilHtsJDK
MutableIndexSome Index implementations can be modified in memory.Interfacehtsjdk.tribble.indexHtsJDK
NameAwareCodecCreated by IntelliJ IDEA.Interfacehtsjdk.tribbleHtsJDK
ParsingUtilsClasshtsjdk.tribble.utilHtsJDK
PositionalMinimal interface for an object at support getting the current position in the stream / writer / file, as well as a handful of other reader-like features.Interfacehtsjdk.tribble.readersHtsJDK
PositionalBufferedStreamA wrapper around an InputStream which performs it's own buffering, and keeps track of the position.Classhtsjdk.tribble.readersHtsJDK
ProfileIndexReadingClasshtsjdk.tribble.exampleHtsJDK
RemoteURLHelper Determines appropriate helper based on protocol (ftp/http), and then delegates.Classhtsjdk.tribble.utilHtsJDK
SimpleBEDFeatureFeature from a BED file without exon blocks.Classhtsjdk.tribble.bedHtsJDK
SimpleFeatureA simple concrete Feature.Classhtsjdk.tribbleHtsJDK
StrandEnum for strand, which can be encoded as stringEnum Constant SummaryClasshtsjdk.tribble.annotationHtsJDK
TabixFeatureReaderClasshtsjdk.tribbleHtsJDK
TabixFormatThe values in a Tabix header that define the format of the file being indexed, e.Classhtsjdk.tribble.index.tabixHtsJDK
TabixIndexThis class represent a Tabix index that has been built in memory or read from a file.Classhtsjdk.tribble.index.tabixHtsJDK
TabixIndexCreatorIndexCreator for Tabix.Classhtsjdk.tribble.index.tabixHtsJDK
TabixIteratorLineReaderClasshtsjdk.tribble.readersHtsJDK
TabixReaderClasshtsjdk.tribble.readersHtsJDK
TabixReader .Iteratorreturn null when there is no more data to readjava.Interfacehtsjdk.tribble.readersHtsJDK
TabixReader .TIndexClasshtsjdk.tribble.readersHtsJDK
TabixReader .TPair64Classhtsjdk.tribble.readersHtsJDK
TabixUtilsClasshtsjdk.tribble.utilHtsJDK
TabixUtils .TIndexClasshtsjdk.tribble.utilHtsJDK
TabixUtils .TIntvClasshtsjdk.tribble.utilHtsJDK
TabixUtils .TPair64Classhtsjdk.tribble.utilHtsJDK
TribbleClasshtsjdk.tribbleHtsJDK
TribbleExceptionClasshtsjdk.tribbleHtsJDK
TribbleException .FeatureFileDoesntExistClasshtsjdk.tribbleHtsJDK
TribbleException .InternalCodecExceptionClasshtsjdk.tribbleHtsJDK
TribbleException .InvalidDecodeLineClasshtsjdk.tribbleHtsJDK
TribbleException .InvalidHeaderClasshtsjdk.tribbleHtsJDK
TribbleException .MalformedFeatureFileClasshtsjdk.tribbleHtsJDK
TribbleException .TabixReaderFailureClasshtsjdk.tribbleHtsJDK
TribbleException .UnableToCreateCorrectIndexTypeClasshtsjdk.tribbleHtsJDK
TribbleException .UnableToReadIndexFileClasshtsjdk.tribbleHtsJDK
TribbleIndexCreatorBase class for Tribble-specific index creators.Classhtsjdk.tribble.indexHtsJDK
TribbleIndexedFeatureReaderA reader for text feature files (i.Classhtsjdk.tribbleHtsJDK
UnsortedFileExceptionan exception for when we've discovered that an input file is unsorted; sorted files are required by TribbleSee Also:Serialized FormClasshtsjdk.tribble.exceptionHtsJDK
URLHelperInterface defining a helper class for dealing with URL resources.Interfacehtsjdk.tribble.utilHtsJDK