View source: R/read_idxstats.R
read_idxstats | R Documentation |
Read mapped reads by sequence in samtools idxstats output
read_idxstats(path = ".", pattern, reshape = FALSE, fragment = FALSE)
path |
the path to idxstats output files, the default corresponds to the working directory. |
pattern |
regular expression for file name matching, default .idxstats |
reshape |
reshape mapped reads into wide format with samples in rows |
fragment |
keep sequence names like GL000008.2 with 8 or more characters |
A tibble
Chris Stubben
## Not run:
read_idxstats( pattern = "idxstats.txt$")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.