RegionSummaryMethod | R Documentation |
Summarize RNA editing sites in a single region by taking maximum, mean, median or first principal component.
MaxSites(rnaEditMatrix, ...) MeanSites(rnaEditMatrix, ...) MedianSites(rnaEditMatrix, ...) PC1Sites(rnaEditMatrix, ...)
rnaEditMatrix |
A matrix (or data frame) of RNA editing level values on
individual sites, with row names as site IDs in the form of
"chrAA:XXXXXXXX", and column names as sample IDs. Please make sure to
follow the format of example dataset ( |
... |
Dots for additional internal arguments (currently unused). |
A named numeric vector of summarized RNA editing levels with sample IDs as names.
data(rnaedit_df) MedianSites(rnaEditMatrix = rnaedit_df)[1:3]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.