-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
61 lines (61 loc) · 1.84 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
Package: GAMclust
Title: GAM-clustering: Metabolic Modules Derivig From RNAseq Data
Version: 0.0.0.9000
Authors@R:
person(given = "Anastasiia",
family = "Gainullina",
role = c("aut", "cre"),
email = "anastasiia.gainullina@gmail.com",
comment = c(ORCID = "0000-0003-3796-2337"))
person(given = "Evgeniia",
family = "Chikina",
role = "ctb")
person(given = "Alexey",
family = "Sergushichev",
role = "aut",
email = "alsergbox@gmail.com",
comment = c(ORCID = "0000-0003-1159-7220"))
Author: Anastasiia Gainullina [aut, cre],
Alexey Sergushichev [aut],
Maintainer: Anastasiia Gainullina <anastasiia.gainullina@gmail.com>
Description: The GAM-clustering method reveals metabolic variability within dataset using a novel
network-based computational approach. This method utilizes cellular transcriptional profiles as
proxies. The metabolic network of reactions is presented as a graph. This graph has vertices
corresponding to metabolites and the edges corresponding to the reactions with the expressed genes.
In the graph the method tries to find a set of connected subgraphs. Genes of each connected subgraph
have highly correlated expression pattern.
biocViews: GeneExpression, Pathways, Network
Depends:
R (>= 3.5),
data.table
Imports:
Biobase,
cluster,
cowplot,
data.table,
dplyr,
fgsea,
gatom,
ggplot2,
igraph,
limma,
mwcsr,
irlba,
pheatmap
Suggests:
AnnotationDbi,
org.Mm.eg.db,
reactome.db,
KEGGREST,
Seurat,
Rgraphviz,
rsvg,
testthat,
knitr
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
VignetteBuilder: knitr
URL: https://github.com/ctlab/GAMclust
BugReports: https://github.com/ctlab/GAMclust/issues