-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
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: LoveMangiola2022tidytranscriptomics
Title: Introduction to Tidy Transcriptomics
Version: 0.14.0
Authors@R: c(
person("Maria", "Doyle", email="[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0003-4847-8436")),
person("Stefano", "Mangiola", email="[email protected]",
role = c("aut","cre"),
comment = c(ORCID = "0000-0001-7474-836X")))
Maintainer: Maria Doyle <[email protected]>, Stefano Mangiola <[email protected]>
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.2.1
Depends:
R (>= 4.1.0)
Imports:
tidySingleCellExperiment,
tidyseurat,
tidygate,
Seurat,
stats,
utils,
tibble,
stringr,
ggplot2,
dplyr,
readr,
tidyr,
purrr,
forcats,
ggrepel,
plotly,
igraph,
broom,
devtools,
rlang,
magrittr,
R.utils,
dittoSeq,
tidybulk,
tidySummarizedExperiment,
glue
Suggests:
knitr,
rmarkdown,
pkgdown
Biarch: true
biocViews: RNASeq, DifferentialExpression, GeneExpression, Normalization, Clustering, QualityControl, Sequencing, SingleCell, Transcription, Transcriptomics
URL: https://tidytranscriptomics-workshops.github.io/LoveMangiola2022_tidytranscriptomics/
BugReports: https://github.com/tidytranscriptomics-workshops/LoveMangiola2022_tidytranscriptomics/issues/new/choose
VignetteBuilder: knitr
DockerImage: ghcr.io/tidytranscriptomics-workshops/LoveMangiola2022_tidytranscriptomics:latest