-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
77 lines (77 loc) · 1.64 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
Package: MOSim
Title: Multi-Omics Simulation (MOSim)
Version: 2.1.0
Authors@R: c(person("Carolina", "Monzó", email = "[email protected]", role = c("aut")), person("Carlos", "Martínez", email = "[email protected]", role = "aut"), person("Sonia", "Tarazona", email = "[email protected]", role = c("cre", "aut")))
Description: MOSim package simulates multi-omic experiments that mimic regulatory mechanisms within the cell, allowing flexible experimental design including time course and multiple groups.
Encoding: UTF-8
Depends:
R (>= 4.2.0)
License: GPL-3
LazyData: false
biocViews: Software, TimeCourse, ExperimentalDesign, RNASeq
BugReports: https://github.com/ConesaLab/MOSim/issues
URL: https://github.com/ConesaLab/MOSim
Imports:
HiddenMarkov,
zoo,
IRanges,
S4Vectors,
dplyr,
ggplot2,
lazyeval,
matrixStats,
methods,
rlang,
stringi,
stringr,
scran,
Seurat,
Signac,
edgeR,
Rcpp
Suggests:
testthat,
knitr,
rmarkdown,
codetools,
BiocStyle,
stats,
utils,
purrr,
scales,
tibble,
tidyr,
Biobase,
scater,
SingleCellExperiment,
decor,
markdown,
Rsamtools,
igraph,
leiden,
bluster
Collate:
'AllClass.R'
'AllGeneric.R'
'Simulator.R'
'SimulatorRegion.R'
'ChIP-seq.R'
'DNase-seq.R'
'MOSim-package.R'
'functions.R'
'Simulation.R'
'MOSim.R'
'RNA-seq.R'
'data.R'
'simulate_WGBS_functions.R'
'methyl-seq.R'
'miRNA-seq.R'
'sc_MOSim.R'
'sc_coexpression.R'
'sparsim_functions.R'
'zzz.R'
RoxygenNote: 7.3.2
VignetteBuilder: knitr
LinkingTo:
cpp11,
Rcpp