Diff of /DESCRIPTION [000000] .. [9abfcf]

Switch to unified view

a b/DESCRIPTION
1
Package: HuMMuS
2
Title: Heterogeneous Multilayer Network for Multi-Omics Single-Cell Data
3
Version: 0.0.2
4
Authors@R: person(given = "Rémi",
5
    family = "Trimbour",
6
    email = "remi.trimbour@pasteur.fr",
7
    role = c("aut", "cre"),
8
    comment = c(ORCID = "0000-0001-8770-8412"))
9
Description: A general framework to infer regulatory mechanisms from multi-omics single-cell data.
10
    HuMMuS package provides functions to build individual networks
11
    from different single-cell modalities, then to integrate them
12
    into a single-cell heterogeneous multilayer network. The package
13
    also provides functions to infer regulatory mechanisms from the
14
    heterogeneous multilayer network.
15
    HuMMuS is based on a flexible framework that can be adapted to any
16
    single-cell modalities. We provide study cases for scRNA+scATAC
17
    and scRNA+scATAC+snmC(methylation) that can be completed by PPI.
18
    Many regulatory mechanisms can be inferred with HuMMuS, notably
19
    classical gene regulatory networks (GRN), but TF-target genes,
20
    enhancer-gene interactions, TF-enhancer bindings, or even research
21
    of heterogeneous communnities of omics features (e.g. ensemble of
22
    peaks, genes and TFs cooperating to the same biological function).
23
License: AGPL (>= 3)
24
Encoding: UTF-8
25
LazyData: true
26
Roxygen: list(markdown = TRUE)
27
RoxygenNote: 7.2.3
28
Depends:
29
    R (>= 4.0.0)
30
biocViews:
31
Imports:
32
    grr,
33
    sparseMatrixStats,
34
    TFBSTools,
35
    stringr,
36
    JASPAR2020,
37
    chromVAR,
38
    IRanges,
39
    Matrix,
40
    S4Vectors,
41
    utils,
42
    tidyr,
43
    OmnipathR,
44
    GENIE3,
45
    reshape2,
46
    Signac,
47
    biovizBase,
48
    SingleCellExperiment,
49
    motifmatchr,
50
    reticulate
51
Suggests:
52
    doParallel,
53
    doRNG,
54
    EnsDb.Hsapiens.v86,
55
    BSgenome.Hsapiens.UCSC.hg38,
56
    knitr,
57
    rmarkdown
58
VignetteBuilder: knitr
59
URL: https://cantinilab.github.io/HuMMuS/