new.sam.streamer: construct new SAM streamer object

View source: R/samStreamer.R

new.sam.streamerR Documentation

construct new SAM streamer object

Description

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

Usage

new.sam.streamer(sam.file, chunkSize = 100)

Arguments

sam.file

the input sam file or connection object

chunkSize

how many lines to process at once

Value

a sam.streamer object with methods to access the content


jweile/yogiseq documentation built on July 8, 2022, 12:48 a.m.