Description Usage Arguments Details Value Examples
View source: R/GetEditedReads.R
GetEditedReads
calculates the number of edited reads using the
Frequency and Coverage-q25 matrices from the RNA Editing data object
1 |
x |
An RNA editing data object which includes Frequency matrix and Coverage-q25 matrix at minimum |
The input should be a list object which includes matrices named "Frequency" and "Coverage-q25".
A matrix with total number of edited reads for each edited site by individual
1 2 3 4 | ## Not run:
head(GetEditedReads(RNAEdData))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.