-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
62 lines (62 loc) · 1.79 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
59
60
61
62
Type: Package
Package: ceRNAnetsim
Title: Regulation Simulator of Interaction between miRNA and
Competing RNAs (ceRNA)
Version: 1.14.3
Authors@R:
c(person(given = "Selcen",
family = "Ari Yuka",
role = c("aut", "cre"),
email = "selcenarii@gmail.com",
comment = c(ORCID = "0000-0002-0028-2453")),
person(given = "Alper",
family = "Yilmaz",
role = "aut",
email = "alperyilmaz@gmail.com",
comment = c(ORCID = "0000-0002-8827-4887")))
Description: This package simulates regulations of ceRNA
(Competing Endogenous) expression levels after a expression level
change in one or more miRNA/mRNAs. The methodolgy adopted by the
package has potential to incorparate any ceRNA (circRNA, lincRNA,
etc.) into miRNA:target interaction network. The package basically
distributes miRNA expression over available ceRNAs where each ceRNA
attracks miRNAs proportional to its amount. But, the package can
utilize multiple parameters that modify miRNA effect on its target
(seed type, binding energy, binding location, etc.). The functions
handle the given dataset as graph object and the processes progress
via edge and node variables.
License: GPL (>= 3.0)
URL: https://github.com/selcenari/ceRNAnetsim
BugReports: https://github.com/selcenari/ceRNAnetsim/issues
Depends:
R (>= 4.0.0),
dplyr,
tidygraph
Imports:
furrr,
rlang,
tibble,
ggplot2,
ggraph,
igraph,
purrr,
tidyr,
future,
stats
Suggests:
knitr,
png,
rmarkdown,
testthat,
covr
VignetteBuilder:
knitr
biocViews:
NetworkInference,
SystemsBiology,
Network,
GraphAndNetwork,
Transcriptomics
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.1.2