StrandCorrection: Correct Strand Calling for RNA Editing Events

Description Usage Arguments Value Examples

View source: R/StrandCorrection.R

Description

StrandCorrection identifies the correct strand for RNA editing calling and corrects data

Usage

1
StrandCorrection(x, genes = NULL)

Arguments

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

Value

An RNA Editing data object with strand correction

Examples

1
2
3
4
## Not run: 
corrected <- StrandCorrection(RNAEdData, genes = "RefSeq_gid")

## End(Not run)

okg3/RNAEditingAnalysisTools documentation built on April 2, 2020, 5:04 a.m.