Click or drag to resize
BAMFormatterFormat Method
Overload List
  NameDescription
Public methodFormat(Stream, ISequenceAlignment)
Writes specified alignment object to a stream. The output is formatted according to the BAM specification. Note that this method does not create index file.
Public methodFormat(Stream, IEnumerableISequenceAlignment)
Write a collection of ISequenceAlignments to a file.
Public methodFormat(Stream, BAMIndexStorage, ISequenceAlignment)
Writes specified alignment object to a stream. The output is formatted according to the BAM specification.
Top
See Also