Name Mode Size
R 040000
data 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 1 kb
NAMESPACE 100644 2 kb
NEWS.md 100644 0 kb
README.md 100644 1 kb
_pkgdown.yml 100644 0 kb
README.md
## rnaEditr: an R package for RNA-seq data analysis ## Description `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. ## Installation The latest version can be installed by ```{r} if(!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("rnaEditr") ``` After installation, the rnaEditr package can be loaded into R using: ```{r} library(rnaEditr) ```