CheckDatabase: Return number of databases reporting RNA editing event

Description Usage Arguments Value Examples

View source: R/CheckDatabase.R

Description

CheckDatabase returns the number of databases reporting an RNA editing event

Usage

1

Arguments

...

one or more vectors giving database annotations for each RNA editing event

Value

A numeric vector with database counts

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
db <- CheckDatabase(
RNAEdDataQCed$Annotation$RADAR_gid,
RNAEdDataQCed$Annotation$DARNED_gid,
RNAEdDataQCed$Annotation$REDIportal_gid
)
table(db)

## End(Not run)

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