-
Notifications
You must be signed in to change notification settings - Fork 24
/
DESCRIPTION
98 lines (98 loc) · 2.44 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
Package: scPipe
Title: Pipeline for single cell multi-omic data pre-processing
Date: 2022-10-12
Version: 1.99.2
Type: Package
Authors@R: c(person("Luyi", "Tian", role=c("aut"), email="[email protected]"),
person("Shian", "Su", role=c("aut", "cre"), email="[email protected]"),
person("Shalin", "Naik", role=c("ctb"), email="[email protected]"),
person("Shani", "Amarasinghe", role=c("aut"), email="[email protected]"),
person("Oliver", "Voogd", role=c("aut"), email="[email protected]"),
person("Phil", "Yang", role=c("aut"), email="[email protected]"),
person("Matthew", "Ritchie", role=c("ctb"), email="[email protected]"))
biocViews: ImmunoOncology, Software, Sequencing, RNASeq, GeneExpression, SingleCell, Visualization,
SequenceMatching, Preprocessing, QualityControl, GenomeAnnotation, DataImport
Description: A preprocessing pipeline for single cell RNA-seq/ATAC-seq data that starts from the fastq files and produces a feature count matrix with associated quality control information. It can process fastq data generated by CEL-seq, MARS-seq, Drop-seq, Chromium 10x and SMART-seq protocols.
Depends:
R (>= 4.2.0),
SingleCellExperiment
LinkingTo:
Rcpp,
Rhtslib (>= 1.13.1),
zlibbioc,
testthat
Imports:
AnnotationDbi,
basilisk,
BiocGenerics,
biomaRt,
Biostrings,
data.table,
dplyr,
DropletUtils,
flexmix,
GenomicRanges,
GenomicAlignments,
GGally,
ggplot2,
glue (>= 1.3.0),
grDevices,
graphics,
hash,
IRanges,
magrittr,
MASS,
Matrix (>= 1.5.0),
mclust,
methods,
MultiAssayExperiment,
org.Hs.eg.db,
org.Mm.eg.db,
purrr,
Rcpp (>= 0.11.3),
reshape,
reticulate,
Rhtslib,
rlang,
robustbase,
Rsamtools,
Rsubread,
rtracklayer,
SummarizedExperiment,
S4Vectors,
scales,
stats,
stringr,
tibble,
tidyr,
tools,
utils,
vctrs (>= 0.5.2)
SystemRequirements: C++11, GNU make
License: GPL (>= 2)
Encoding: UTF-8
RoxygenNote: 7.2.3
NeedsCompilation: yes
URL: https://github.com/LuyiTian/scPipe
BugReports: https://github.com/LuyiTian/scPipe
Suggests:
BiocStyle,
DT,
GenomicFeatures,
grid,
igraph,
kableExtra,
knitr,
locStra,
plotly,
rmarkdown,
RColorBrewer,
readr,
reshape2,
RANN,
shiny,
scater (>= 1.11.0),
testthat,
xml2,
umap
VignetteBuilder: knitr