Description Usage Arguments Value See Also
helper function to create ScanBamParam object with appropriate strandedness information
1 | strandedScanBamParam(locus_granges, strandedness, quality_threshold = 20L)
|
locus_granges |
a granges object for a given gene (or some other feature on only one strand) |
strandedness |
one of c("reverse", "same", "unstranded") |
quality_threshold |
quality threshold above which reads will be considered. 20l is default, which is chosen b/c it is the default for HTSeq |
a ScanBamParam object with certain configured options, as well as some reasonable defaults, to filter a bam file for reads of interest based on the strandedness (protocol) of the library prep.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.