-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
53 lines (39 loc) · 1.87 KB
/
Copy pathREADME.Rmd
File metadata and controls
53 lines (39 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# ADARcas
<!-- badges: start -->
<!-- badges: end -->
The goal of `ADARcas` is to provide some functions that allow the user to
measure ADARs activity by using previously developed signatures, or by computing
his own signature starting if a dataset with its reconstructed regulatory
network is available. ADARs' activity will be represented by a Contextual
Activity Score (CAS), that is specific for human neuronal, mouse neuronal or
cancert contexts and can be computed starting from bulk, single-cell RNA-Seq or
spatial transcriptomic data.
<p align="center">
<img src="man/figures/image.png" width="700">
</p>
## Installation
The `ADARcas` package can be installed:
```{r, message=FALSE}
if (!require("remotes", quietly = TRUE))
install.packages("remotes")
remotes::install_github("CaluraLab/ADARcas")
```
## Development tools
* Continuous code testing is possible thanks to [GitHub actions](https://www.tidyverse.org/blog/2020/04/usethis-1-6-0/) through `r BiocStyle::CRANpkg('usethis')`, `r BiocStyle::CRANpkg('remotes')`, and `r BiocStyle::CRANpkg('rcmdcheck')` customized to use [Bioconductor's docker containers](https://www.bioconductor.org/help/docker/) and `r BiocStyle::Biocpkg('BiocCheck')`.
* Code coverage assessment is possible thanks to [codecov](https://codecov.io/gh) and `r BiocStyle::CRANpkg('covr')`.
* The code is styled automatically thanks to `r BiocStyle::CRANpkg('styler')`.
* The documentation is formatted thanks to `r BiocStyle::CRANpkg('devtools')` and `r BiocStyle::CRANpkg('roxygen2')`.
For more details, check the `dev` directory.
This package was developed using `r BiocStyle::Biocpkg('biocthis')`.