Description Usage Arguments Value Examples
View source: R/StrandCorrection.R
StrandCorrection
identifies the correct strand for RNA editing calling
and corrects data
1 | StrandCorrection(x, genes = NULL)
|
x |
An RNA Editing data list object - first item of list must be Annotation data.frame |
genes |
A character string giving the name of the column in Annotation data.frame with RefSeq gene annotations for gene-level strand correction |
An RNA Editing data object with strand correction
1 2 3 4 | ## Not run:
corrected <- StrandCorrection(RNAEdData, genes = "RefSeq_gid")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.