new.sam.streamer | R Documentation |
can be used to stream chunks of SAM files to be processed iteratively. For each chunk, the individual columns as well as parsed flags, MDZ and CIGAR strings are made available
new.sam.streamer(sam.file, chunkSize = 100)
sam.file |
the input sam file or connection object |
chunkSize |
how many lines to process at once |
a sam.streamer object with methods to access the content
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.