-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 1.3 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
Package: MouseThymusAgeing
Type: Package
Title: Single-cell Transcriptomics Data of the Ageing Mouse Thymus
Version: 0.99.6
Authors@R: c(
person("Mike", "Morgan", email="michael.morgan@abdn.ac.uk", role=c("aut", "cre")),
person("Jeanette", "Baran-Gale", email="Jeanette.Baran-Gale@igmm.ed.ac.uk", role="aut"))
Description:
This package provides data access to counts matrices and meta-data for single-cell RNA sequencing data of
thymic epithlial cells across mouse ageing using SMARTseq2 and 10X Genommics chemistries. Access is provided
as a data package via ExperimentHub. It is designed to facilitate the re-use of data from Baran-Gale _et al._
in a consistent format that includes relevant and informative meta-data.
License: GPL-3
Encoding: UTF-8
biocViews: ExperimentHub, SingleCellData, ExpressionData, ExperimentData
LazyData: true
Depends:
SingleCellExperiment,
SummarizedExperiment
Imports:
ExperimentHub,
methods,
BiocGenerics,
S4Vectors
Suggests:
knitr,
scuttle,
rmarkdown,
BiocStyle
VignetteBuilder:
knitr
NeedsCompilation: no
Collate:
'getProcOrRaw.R'
'DropletMetadata.R'
'SMARTseqMetadata.R'
'MouseDropletData.R'
'MouseSMARTseqData.R'
BugReports: https://github.com/MarioniLab/MouseThymusAgeing/issues
RoxygenNote: 7.1.1.9000