Description Usage Arguments Value See Also Examples
View source: R/CreateEditingTable.R
Convert RNA editing matrix to a special data frame with class
rnaEdit_df
, which is then used to identify differentially co-edited
regions with function TestAssociations
.
1 | CreateEditingTable(rnaEditMatrix)
|
rnaEditMatrix |
A matrix 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 ( |
A dataset of class rnaEdit_df
, includes variables
seqnames, start, end, width
and summarized RNA editing levels in
each sample.
TransformToGR
, AllCloseByRegions
,
AllCoeditedRegions
, SummarizeAllRegions
,
TestAssociations
, AnnotateResults
1 2 3 | data(rnaedit_df)
CreateEditingTable(rnaEditMatrix = rnaedit_df)[1:3, 1:5]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.