-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
52 lines (52 loc) · 1.88 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
Package: miRspongeR
Type: Package
Title: Identification and analysis of miRNA sponge regulation
Version: 2.9.1
Authors@R:
person(given = "Junpeng",
family = "Zhang",
role=c("aut", "cre"),
email = "zjp@dali.edu.cn")
Description: This package provides several functions to explore miRNA sponge
(also called ceRNA or miRNA decoy) regulation from putative miRNA-target interactions or/and
transcriptomics data (including bulk, single-cell and spatial gene expression data).
It provides eight popular methods for identifying miRNA sponge interactions,
and an integrative method to integrate miRNA sponge interactions from different methods,
as well as the functions to validate miRNA sponge interactions, and infer miRNA sponge modules,
conduct enrichment analysis of miRNA sponge modules, and conduct survival analysis of miRNA sponge modules.
By using a sample control variable strategy, it provides a function to infer sample-specific
miRNA sponge interactions. In terms of sample-specific miRNA sponge interactions,
it implements three similarity methods to construct sample-sample correlation network.
Depends: R (>= 4.4.0)
License: GPL-3
URL: <https://github.com/zhangjunpeng411/miRspongeR>
Encoding: UTF-8
LazyData: true
biocViews: GeneExpression, BiomedicalInformatics,
NetworkEnrichment, Survival, Microarray,
Software, SingleCell, Spatial, RNASeq
RoxygenNote: 7.3.2
Imports: corpcor,
SPONGE,
parallel,
igraph,
MCL,
clusterProfiler,
ReactomePA,
DOSE,
survival,
grDevices,
graphics,
stats,
linkcomm,
utils,
Rcpp,
org.Hs.eg.db,
foreach,
doParallel
Suggests:BiocStyle,
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
BugReports: https://github.com/zhangjunpeng411/miRspongeR/issues