Description Usage Arguments Value Examples
View source: R/CheckDatabase.R
CheckDatabase
returns the number of databases reporting an RNA editing
event
1 |
... |
one or more vectors giving database annotations for each RNA editing event |
A numeric vector with database counts
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.