-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
89 lines (89 loc) · 2.41 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
Package: BERLIN
Title: Basic Exploration of Single-Cell RNAseq Data and Lineages
Version: 0.0.0.9000
Authors@R: person("Alyssa", "Obermayer", role = c("aut","cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7333-973X"))
Description: This protocol outlines a comprehensive workflow for analyzing scRNAseq data using R and the Seurat package,
along with other tools like SeuratDisk, pathwork, dplyr, Single R, and Celldex.
The protocol covers essential steps such as quality control, normalization, data scaling,
dimensionality reduction, clustering, and automated cell annotation.
Following this protocol allows bioinformaticians and researchers to effectively analyze scRNAseq data, identify distinct cell populations,
and gain valuable insights into cellular dynamics and functions.
The output files generated by this protocol, including metadata, H5 Seurat files, cell subpopulation metadata, and ISCVA-compliant files,
facilitate downstream analyses and enable integration with other analysis and visualization tools.
This protocol provides a standardized and reproducible framework for scRNAseq analysis.
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Additional_repositories:
https://bioconductor.org/packages/release/bioc
Remotes:
mojaveazure/seurat-disk,
chris-mcginnis-ucsf/DoubletFinder,
immunogenomics/presto
Imports:
dplyr,
tibble,
reshape2,
data.table,
scales,
Seurat (>= 5.1.0),
SeuratObject,
scGate,
DoubletFinder,
SingleR,
celldex,
UCell,
rhdf5,
BiocParallel,
Matrix,
writexl,
presto,
fields,
patchwork,
BiocManager,
GenomeInfoDbData,
SeuratDisk,
SingleCellExperiment,
shinycssloaders,
shiny,
shinythemes,
shinyjs,
shinyjqui,
pheatmap,
RColorBrewer,
umap,
cowplot,
ggdendro,
factoextra,
viridis,
readr,
ggVennDiagram,
ggtree,
stringr,
tools,
plotly,
gridExtra,
tidyverse,
DT,
ggplot2,
ggpubr,
ggrepel
biocViews:
scGate,
UCell,
SingleR,
SingleCellExperiment,
BiocParallel,
rhdf5,
GenomeInfoDbData,
celldex
Depends:
R (>= 3.5.0)
LazyData: true
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr