-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
58 lines (58 loc) · 2.65 KB
/
DESCRIPTION
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
54
55
56
57
58
Package: CORALIS
Type: Package
Title: R package for Non-coding RNA Target Enrichment Analysis
Version: 1.0.0
Date: 2021-06-01
Authors@R: c(person("Daniel",
"Valle-Millares",
role = c("aut", "cre"),
comment = c(ORCID="0000-0002-5205-855X")),
person("Amanda",
"Fernandez-Rodriguez",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID="0000-0002-5110-2213")),
person("Veronica",
"Briz",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID="0000-0003-2297-5098"))
)
Maintainer: Daniel Valle-Millares <[email protected]>
Description: Non-coding RNAs (ncRNAs) play an important role in the regulation of multitude of biological processes by interacting with and modulating the expression of their target genes. They are part of a huge and complex network of interactions in which a single non-coding RNA regulates the expression of multiple target genes, and in turn, a single gene can be regulated by several ncRNAs. However, the large amount of information regarding ncRNAs-target interactions further complicates the manageability and data analysis. The CORALIS package allows ncRNA-target enrichment analysis from an input list of ncRNAs. Only experimentally validated interactions retrieved from databases such as miRTarbase and RNAInter. So far, CORALIS allows target enrichment analysis and visualization for various ncRNAs such microRNAs, snRNAs, snoRNAs and lncRNAs, from several species such: Homo sapiens, Mus musculus and Caenorhabditis elegans, among others.
URL: https://github.com/Daniel-VM/CORALIS
BugReports: https://github.com/Daniel-VM/CORALIS/issues
Depends: R (>= 4.2), stats, base
biocViews:
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
Imports:
dplyr (>= 1.0.3),
DBI (>= 1.1.1),
Publish (>= 2020.12.23),
networkD3 (>= 0.4),
stringr (>= 1.4.0),
ggplot2 (>= 3.3.3),
viridis (>= 0.3.0),
scales (>= 1.1.1),
RSQLite (>= 2.2.2),
methods (>= 4.0.5),
circlize (>= 0.4.15),
pals (>= 1.7),
BiocManager (>= 1.30),
biomaRt (>= 2.52.0),
clusterProfiler (>= 4.4.4),
org.Hs.eg.db (>= 3.15.0)
Suggests:
knitr (>= 1.33),
rmarkdown (>= 2.9),
prettydoc (>= 0.4.1),
testthat (>= 3.0.0),
captioner (>= 2.2.3),
devtools (>= 2.4.2),
kableExtra (>= 1.3.4)
VignetteBuilder: knitr
Config/testthat/edition: 3