-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
executable file
·56 lines (56 loc) · 1.69 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
Package: iscb2022tidytranscriptomics
Title: Tidy Transcriptomics for Single-cell RNA Sequencing Analyses
Version: 0.12.3
Authors@R: c(
person("Maria", "Doyle", email="maria.doyle@petermac.org",
role = c("aut"),
comment = c(ORCID = "0000-0003-4847-8436")),
person("Stefano", "Mangiola", email="mangiola.s@wehi.edu.au",
role = c("aut","cre"),
comment = c(ORCID = "0000-0001-7474-836X")))
Maintainer: Maria Doyle <maria.doyle@petermac.org>, Stefano Mangiola <mangiola.s@wehi.edu.au>
Description: This workshop will present how to perform analysis of RNA sequencing data following the tidy data paradigm, using the tidyseurat, tidySingleCellExperiment and tidyverse packages.
License: CC BY-SA 4.0 + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Depends:
R (>= 4.0.0)
Imports:
tidySingleCellExperiment,
tidyseurat,
tidygate,
Seurat,
SeuratWrappers,
stats,
utils,
tibble,
stringr,
ggplot2,
dplyr,
readr,
tidyr,
purrr,
forcats,
ggrepel,
plotly,
uwot,
igraph,
broom,
devtools,
rlang,
magrittr,
R.utils,
dittoSeq
Suggests:
knitr,
rmarkdown,
pkgdown
Remotes: satijalab/seurat-wrappers
Biarch: true
biocViews: RNASeq, DifferentialExpression, GeneExpression, Normalization, Clustering, QualityControl, Sequencing, SingleCell, Transcription, Transcriptomics
URL: https://tidytranscriptomics-workshops.github.io/iscb2022_tidytranscriptomics/
BugReports: https://github.com/tidytranscriptomics-workshops/iscb2022_tidytranscriptomics/issues/new/choose
VignetteBuilder: knitr
DockerImage: ghcr.io/tidytranscriptomics-workshops/iscb2022_tidytranscriptomics:latest