-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
78 lines (78 loc) · 2.17 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Package: mosbi
Title: Molecular Signature identification using Biclustering
Version: 1.1.10
Authors@R: c(
person("Tim Daniel", "Rose", email="tim.rose@wzw.tum.de",
role = c("cre", "aut")),
person("Josch Konstantin", "Pauling",
email="josch.pauling@tum.de", role = c("aut")),
person("Nikolai", "Koehler",
email="nikolai.koehler@tum.de", role = c("aut")))
Description: This package is a implementation of biclustering ensemble
method MoSBi (Molecular signature Identification from Biclustering).
MoSBi provides standardized interfaces for biclustering results and
can combine their
results with a multi-algorithm ensemble approach to compute robust
ensemble biclusters on molecular omics data.
This is done by computing similarity networks of biclusters and
filtering for overlaps using a custom error model.
After that, the louvain modularity it used to extract bicluster
communities from the similarity network, which can then be converted
to ensemble biclusters.
Additionally, MoSBi includes several network visualization methods
to give an intuitive and scalable overview of the results.
MoSBi comes with several biclustering algorithms, but can be easily
extended to new biclustering algorithms.
License: AGPL-3 + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.1
Depends: R (>= 4.1)
SystemRequirements:
C++17,
GNU make
LinkingTo:
Rcpp,
BH,
RcppParallel
Imports:
Rcpp,
BH,
xml2,
methods,
igraph,
fabia,
RcppParallel,
biclust,
isa2,
QUBIC,
akmbiclust,
RColorBrewer
Suggests:
knitr,
rmarkdown,
BiocGenerics,
runibic,
BiocStyle,
testthat (>= 3.0.0)
Collate:
'RcppExports.R'
'bicluster.R'
'bicluster_net_methods.R'
'ensemble_bicluster.R'
'extract_BicARE.R'
'extract_akmbiclust.R'
'extract_biclust.R'
'extract_biclustpy.R'
'extract_fabia.R'
'extract_isa.R'
'feature_louvain_overlap.R'
'filter_biclusters.R'
'get_biclusters.R'
'misc.R'
'mosbi-package.R'
'mouse_data.R'
'pipeline.R'
'run_algorithms.R'
VignetteBuilder: knitr
biocViews: Software, StatisticalMethod, Clustering, Network
Config/testthat/edition: 3