Description Usage Arguments Value Author(s) References See Also Examples
comp() takes as input euc_GR GRanges object produced by readsamples() and produces Comp_GR GRanges.
1 | comp(euc_GR, cutoff = 1, fasta_file)
|
euc_GR |
GRanges generated by readsamples() function |
cutoff |
specifies cutoff length, only inserts of this length or longer will be used for processing (default: 1) |
fasta_file |
path to fasta file to which reads were mapped. Used to report nucleotide at each position (not required) |
GRanges object with: 1) seqnames (RNAid), 2) start (position within RNA), and metadata: 3) TCR (termination coverage ratio), 4) TC (termination count), 5) Cover (coverage) and 6) PC (priming count) for each position within each RNA.
Lukasz Jan Kielpinski, Nikos Sidiropoulos
Kielpinski, L.J., and Vinther, J. (2014). Massive parallel-sequencing-based hydroxyl radical probing of RNA accessibility. Nucleic Acids Res.
readsamples
, dtcr
,
slograt
, swinsor
, compdata
,
comp
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.