rnaEditr
is an R package that identifies genomic sites and genomic regions
that are differentially edited in RNA-seq datasets. rnaEditr
can analyze
studies with continuous, binary, or survival phenotypes, along with multiple
covariates and/or interaction effects. To identify hyper-edited regions,
rnaEditr
first determines co-edited sub-regions without using any phenotype
information. Next, rnaEditr
tests association between RNA editing levels
within the co-edited regions with binary, continuous or survival phenotypes.
The latest version can be installed by
if(!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("rnaEditr")
After installation, the rnaEditr package can be loaded into R using:
library(rnaEditr)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.