# ADARR **Repository Path**: yongdong323/ADARR ## Basic Information - **Project Name**: ADARR - **Description**: 用于分析SPRINT的结果的R包 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-01 - **Last Updated**: 2023-12-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README The ADARR R package is contains functions for annotating results from the Sprint RNA editing pipeline. [https://github.com/jumphone/SPRINT](https://github.com/jumphone/SPRINT) This annotates each site with the gene identities, genomic regions, and repeat elements overlapping with the sites. This can be integrated with pre-exisiting command line pipelines. Using this package requires the GenomicRanges Bioconductor package. This can be obtained as follows. ``` if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("GenomicRanges") ``` This R package can be installed via Github as follows. ``` install.packages("devtools") library(devtools) devtools::install_github("MilesLab/ADARR") ``` Of note, this package requires alignment to the hg38 human genome. Other annotations may be available in the future. Documentation for the functions of ADARR are provided here. [https://github.com/MilesLab/ADARR/raw/main/ADARR_0.1.0.pdf](https://github.com/MilesLab/ADARR/raw/main/ADARR_0.1.0.pdf)