get_pos | R Documentation |
Outputs a data.frame containing the chromosome, initial base position, and mapping quality for every read in the data set. Filters based on mapping quality (default = 30, but different thresholds should be tested).
get_pos(filename, minq = 30, strand_diff = FALSE)
filename |
character, the name of the bam file |
minq |
integer, the minimum mapping quality for a read to be kept |
strand_diff |
a logical of length 1 ( |
To be completed
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.