Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Htsjdk.samtools.util Classes and Interfaces - 107 results found.
NameDescriptionTypePackageFramework
AbstractAsyncWriterAbstract class that is designed to be extended and specialized to provide an asynchronous wrapper around any kind of Writer class that takes an object and writes it out somehow.Classhtsjdk.samtools.utilHtsJDK
AbstractIteratorBase class of implementing iterators.Classhtsjdk.samtools.utilHtsJDK
AbstractProgressLoggerAbstract implementation of a Little progress logging class to facilitate consistent output of useful information when progressing through a stream of SAM records.Classhtsjdk.samtools.utilHtsJDK
AsciiWriterFast (I hope) buffered Writer that converts char to byte merely by casting, rather than charset conversion.Classhtsjdk.samtools.utilHtsJDK
BinaryCodecEncapsulates file representation of various primitive data types.Classhtsjdk.samtools.utilHtsJDK
BlockCompressedFilePointerUtilStatic for manipulating virtual file pointers in BGZF files.Classhtsjdk.samtools.utilHtsJDK
BlockCompressedInputStreamClasshtsjdk.samtools.utilHtsJDK
BlockCompressedInputStream .FileTerminationReturns the enum constant of this type with the specified name.Classhtsjdk.samtools.utilHtsJDK
BlockCompressedOutputStreamWriter for a file that is a series of gzip blocks (BGZF format).Classhtsjdk.samtools.utilHtsJDK
BlockCompressedStreamConstantsClasshtsjdk.samtools.utilHtsJDK
BlockGunzipperAlternative to GZIPInputStream, for decompressing GZIP blocks that are already loaded into a byte[].Classhtsjdk.samtools.utilHtsJDK
BufferedLineReader than AsciiLineReaderImpl.Classhtsjdk.samtools.utilHtsJDK
CigarUtilClasshtsjdk.samtools.utilHtsJDK
CloseableIteratorThis interface is used by iterators that use releasable resources during iteration.Interfacehtsjdk.samtools.utilHtsJDK
CloserUtilUtility to close things that implement Closeable WARNING: This should only be used for Closeable things open for read, because it ignores exceptions, andClasshtsjdk.samtools.utilHtsJDK
CodeUtilMiscellaneous util methods that don't fit anywhere else.Classhtsjdk.samtools.utilHtsJDK
CollectionUtilSmall utility methods for dealing with collection classes.Classhtsjdk.samtools.utilHtsJDK
CollectionUtil .DefaultingMapA defaulting map, which returns a default value when a value that does not exist in the map is looked up.Classhtsjdk.samtools.utilHtsJDK
CollectionUtil .DefaultingMap .FactoryInterfacehtsjdk.samtools.utilHtsJDK
CollectionUtil .MultiMapSimple multi-map for convenience of storing collections in map values.Classhtsjdk.samtools.utilHtsJDK
CollectionUtil .PartitionerClasshtsjdk.samtools.utilHtsJDK
ComparableTupleA simple extension of the Tuple class that, for comparable Types, allows comparing Tuples of non-null elements.Classhtsjdk.samtools.utilHtsJDK
CoordMathClasshtsjdk.samtools.utilHtsJDK
CoordSpanInputSteamAn input stream that wraps a SeekableStream to produce only bytes specified within coordinates.Classhtsjdk.samtools.utilHtsJDK
DateParserNOTE: This code has been taken from w3.Classhtsjdk.samtools.utilHtsJDK
DateParser .InvalidDateExceptionClasshtsjdk.samtools.utilHtsJDK
DeflaterFactoryCreate zlib-based Deflater if JNI library and other require libraries are available, otherwise create standard Java 7 has its own Deflater implementation (libzip.Classhtsjdk.samtools.util.zipHtsJDK
DelegatingIteratorSimple iterator class that delegates all method calls to an underlying iterator.Classhtsjdk.samtools.utilHtsJDK
DiskBackedQueueA single-ended FIFO queue.Classhtsjdk.samtools.utilHtsJDK
FastLineReaderLine-oriented InputStream reader that uses one buffer for disk buffering and line-termination-finding, in order to improve performance.Classhtsjdk.samtools.utilHtsJDK
FastqQualityFormatenum FastqQualityFormatEnumeration for FastQ quality score formats formats.Classhtsjdk.samtools.utilHtsJDK
FileAppendStreamLRUCacheLRU cache of OutputStreams to handle situation in which it is necessary to have more FileOutputStreams than resource limits will allow.Classhtsjdk.samtools.utilHtsJDK
FormatUtilSimple class used to format object values into a standard format for printing.Classhtsjdk.samtools.utilHtsJDK
FTPClientClasshtsjdk.samtools.util.ftpHtsJDK
FTPReplyClasshtsjdk.samtools.util.ftpHtsJDK
FTPStreamA "non-seekable" ftp stream.Classhtsjdk.samtools.util.ftpHtsJDK
FTPUtilsClasshtsjdk.samtools.util.ftpHtsJDK
HistogramClass for computing and accessing histogram type data.Classhtsjdk.samtools.utilHtsJDK
HttpUtilsClasshtsjdk.samtools.utilHtsJDK
IntelDeflaterThis is a copy of java.Classhtsjdk.samtools.util.zipHtsJDK
IntervalRepresents a simple interval on a sequence.Classhtsjdk.samtools.utilHtsJDK
IntervalListRepresents a list of intervals against a reference sequence that can be written to and read from a file.Classhtsjdk.samtools.utilHtsJDK
IntervalListReferenceSequenceMaskServe up loci of interest based on an interval list.Classhtsjdk.samtools.utilHtsJDK
IntervalTreeA Red-Black tree with intervals for keys.Classhtsjdk.samtools.utilHtsJDK
IntervalTree .NodeClasshtsjdk.samtools.utilHtsJDK
IntervalTree .ValuesIteratorClasshtsjdk.samtools.utilHtsJDK
IntervalTreeMapUtility class that implements an interval map.Classhtsjdk.samtools.utilHtsJDK
IntervalUtilClasshtsjdk.samtools.utilHtsJDK
IOUtilMiscellaneous stateless static IO-oriented methods.Classhtsjdk.samtools.utilHtsJDK
Iso8601DateUse this type rather than java.Classhtsjdk.samtools.utilHtsJDK
IterableAdapterProvides an adapter to wrap an Iterator with an Iterable, allowing it to be run through a foreach loop.Classhtsjdk.samtools.utilHtsJDK
IterableOnceIteratorAbstract implementation of an iterator that also implements Iterable (to return itself) so that it can be used if for() loops.Classhtsjdk.samtools.utilHtsJDK
IterablesClasshtsjdk.samtools.utilHtsJDK
LazySimple utility for building an on-demand (lazy) object-initializer.Classhtsjdk.samtools.utilHtsJDK
Lazy .LazyInitializerDescribes how to build the instance of the lazy object.Interfacehtsjdk.samtools.utilHtsJDK
LineReaderInterface allows for implementations that read lines from a String, an ASCII file, or somewhere else.Interfacehtsjdk.samtools.utilHtsJDK
ListMapA Map class that holds a list of entries under each key instead of a single entry, and provides utility methods for adding an entry under a key.Classhtsjdk.samtools.utilHtsJDK
LocatableAny class that has a single logical mapping onto the genome should implement Locatable positions should be reported as 1-based and closed at both endsInterfacehtsjdk.samtools.utilHtsJDK
LocationAwareDescribes API for getting current position in a stream, writer, or underlying file.Interfacehtsjdk.samtools.utilHtsJDK
LocusLocation info about a locus.Interfacehtsjdk.samtools.utilHtsJDK
LocusComparatorcompares first by sequence index then by positionAuthor:Doug Voet (dvoet at broadinstitute dot org)See Also:Serialized FormClasshtsjdk.samtools.utilHtsJDK
LocusImplSimple implementation of Locus interface for ease of passing as an arg and comparing with other Locus implementations.Classhtsjdk.samtools.utilHtsJDK
LogA wafer thin wrapper around System.Classhtsjdk.samtools.utilHtsJDK
Log .LogLevelReturns the enum constant of this type with the specified name.Classhtsjdk.samtools.utilHtsJDK
Md5CalculatingInputStreamClass to generate an MD5 string for a file as it is being readAuthor:ktibbett@broadinstitue.Classhtsjdk.samtools.utilHtsJDK
Md5CalculatingOutputStreamClass to generate an MD5 string for a file as it is being readAuthor:ktibbett@broadinstitue.Classhtsjdk.samtools.utilHtsJDK
MergingIteratorAn iterator over Iterators that return Ts.Classhtsjdk.samtools.utilHtsJDK
Murmur3Provides an implementation of the Murmur3_32 hash algorithm that has desirable properties in terms of randomness and uniformity of the distribution of output values that make it a useful hashing algorithm for downsampling.Classhtsjdk.samtools.utilHtsJDK
ObjectsSubset of JDK7's Objects for non-JDK7 support.Classhtsjdk.samtools.utilHtsJDK
OverlapDetectorUtility class to efficiently do in memory overlap detection between a large set of mapping like objects, and one or more candidate mappings.Classhtsjdk.samtools.utilHtsJDK
PeekableIteratorClasshtsjdk.samtools.utilHtsJDK
PeekIteratorWrapper around an iterator that enables non-destructive peeking at the next element that would be returned by next()Classhtsjdk.samtools.utilHtsJDK
ProcessExecutorUtility class that will execute sub processes via Runtime.Classhtsjdk.samtools.utilHtsJDK
ProcessExecutor .ExitStatusAndOutputClasshtsjdk.samtools.utilHtsJDK
ProgressLoggerLittle progress logging class to facilitate consistent output of useful information when progressing through a stream of SAM records.Classhtsjdk.samtools.utilHtsJDK
ProgressLoggerInterfaceAn interface defining the record() methods of the Picard-public ProgressLogger implementation.Interfacehtsjdk.samtools.utilHtsJDK
QualityEncodingDetectorUtility for determining the type of quality encoding/format (see FastqQualityFormat) used in a SAM/BAM or Fastq.Classhtsjdk.samtools.utilHtsJDK
QualityEncodingDetector .FileContextReturns the enum constant of this type with the specified name.Classhtsjdk.samtools.utilHtsJDK
QualityUtilUtility class for working with quality scores and error probabilities.Classhtsjdk.samtools.utilHtsJDK
ReferenceSequenceMaskInterface for specifying loci of interest for genotype calling and other operations.Interfacehtsjdk.samtools.utilHtsJDK
RelativeIso8601DateLike Iso8601Date, but also comes in a "lazy now" flavor.Classhtsjdk.samtools.utilHtsJDK
ResourceLimitedMapLRU collection class for managing objects that place some resource burden such that not too many of them can existing in the VM at one time, but they can be reconstructed ias necessary.Classhtsjdk.samtools.utilHtsJDK
ResourceLimitedMapFunctorc.Interfacehtsjdk.samtools.utilHtsJDK
RuntimeEOFExceptionThrown by various codecs to indicate EOF without having to clutter the API with throws clausesSee Also:Serialized FormClasshtsjdk.samtools.utilHtsJDK
RuntimeIOExceptionThrown by various IO classes to indicate IOException without having to clutter the API with throws clausesSee Also:Serialized FormClasshtsjdk.samtools.utilHtsJDK
RuntimeScriptExceptionThrown by classes handling script engines like the javascript-based filters for SAM/VCFSee Also:Serialized FormClasshtsjdk.samtools.utilHtsJDK
SamLocusIteratorIterator that traverses a SAM File, accumulating information on a per-locus basis.Classhtsjdk.samtools.utilHtsJDK
SamLocusIterator .LocusInfoThe unit of iteration.Classhtsjdk.samtools.utilHtsJDK
SamLocusIterator .RecordAndOffsetHolds a SAMRecord plus the zero-based offset into that SAMRecord's bases and quality scores that corresponds to the base and quality at the genomic position described the containing LocusInfo.Classhtsjdk.samtools.utilHtsJDK
SamRecordIntervalIteratorFactoryCreate an iterator over a SAMFileReader that only returns reads that overlap one of the intervals in an interval list.Classhtsjdk.samtools.utilHtsJDK
SamRecordTrackingBufferThis class stores SAMRecords for return.Classhtsjdk.samtools.utilHtsJDK
SamRecordWithOrdinalA little class to store the unique index associated with this record.Classhtsjdk.samtools.utilHtsJDK
SequenceUtilClasshtsjdk.samtools.utilHtsJDK
SequenceUtil .SequenceListsDifferExceptionClasshtsjdk.samtools.utilHtsJDK
SnappyLoaderIf Snappy is available, obtain single-arg ctors for SnappyInputStream and SnappyOutputStream.Classhtsjdk.samtools.utilHtsJDK
SolexaQualityConverterOptimized method for converting Solexa ASCII qualities into Phred scores.Classhtsjdk.samtools.utilHtsJDK
SortingCollectionCollection to which many records can be added.Classhtsjdk.samtools.utilHtsJDK
SortingCollection .CodecClient must implement this class, which defines the way in which records are written to andMust return a cloned copy of the codec that can be used independently ofInterfacehtsjdk.samtools.utilHtsJDK
SortingLongCollectionAccumulate a list of longs that can then be sorted in natural order and iterated over.Classhtsjdk.samtools.utilHtsJDK
StopWatchUtility to help in performance testing.Classhtsjdk.samtools.utilHtsJDK
StringLineReader is necessary because the String is in unicode.Classhtsjdk.samtools.utilHtsJDK
StringUtilGrab-bag of stateless String-oriented utilities.Classhtsjdk.samtools.utilHtsJDK
TempStreamFactoryFactory class for wrapping input and output streams for temporary files.Classhtsjdk.samtools.utilHtsJDK
TestUtilClasshtsjdk.samtools.utilHtsJDK
TrimmingUtilUtility code for performing quality trimming.Classhtsjdk.samtools.utilHtsJDK
TupleA simple tuple class.Classhtsjdk.samtools.utilHtsJDK
WholeGenomeReferenceSequenceMaskClasshtsjdk.samtools.utilHtsJDK