forked from stemangiola/CuratedAtlasQueryR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
138 lines (138 loc) · 2.9 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
Type: Package
Package: CuratedAtlasQueryR
Title: Queries the Human Cell Atlas
Version: 0.99.6
Authors@R: c(
person(
"Stefano",
"Mangiola",
email = "[email protected]",
role = c("aut", "cre", "rev"),
comment = c(ORCID = "0000-0001-7474-836X")
),
person(
"Michael",
"Milton",
email = "[email protected]",
role = c("aut", "rev"),
comment = c(ORCID = "0000-0002-8965-2595")
),
person(
"Martin",
"Morgan",
email = "[email protected]",
role = c("ctb", "rev")
),
person(
"Vincent",
"Carey",
email = "[email protected]",
role = c("ctb", "rev")
),
person(
"Julie",
"Iskander",
email = "[email protected]",
role = c( "rev")
),
person(
"Tony",
"Papenfuss",
email = "[email protected]",
role = c( "rev")
),
person(
"Silicon Valley Foundation",
"CZF2019-002443",
role = c( "fnd")
),
person(
"NIH NHGRI",
"5U24HG004059-18",
role = c( "fnd")
),
person(
"Victoria Cancer Agency",
"ECRF21036",
role = c( "fnd")
),
person(
"NHMRC",
"1116955",
role = c( "fnd")
))
Description: Provides access to a copy of the Human Cell Atlas, but with
harmonised metadata. This allows for uniform querying across numerous
datasets within the Atlas using common fields such as cell type, tissue
type, and patient ethnicity. Usage involves first querying the metadata
table for cells of interest, and then downloading the corresponding cells
into a SingleCellExperiment object.
License: GPL-3
Depends:
R (>= 4.2.0)
Imports:
dplyr,
SummarizedExperiment,
SingleCellExperiment,
purrr (>= 1.0.0),
BiocGenerics,
glue,
HDF5Array,
DBI,
tools,
httr,
cli,
assertthat,
SeuratObject,
Seurat,
methods,
rlang,
stats,
S4Vectors,
tibble,
utils,
dbplyr (>= 2.3.0),
duckdb,
stringr
Suggests:
zellkonverter,
rmarkdown,
knitr,
testthat,
basilisk,
arrow,
reticulate,
spelling,
forcats,
ggplot2,
tidySingleCellExperiment,
rprojroot
Biarch: true
biocViews:
AssayDomain,
Infrastructure,
RNASeq,
DifferentialExpression,
GeneExpression,
Normalization,
Clustering,
QualityControl,
Sequencing,
Transcription,
Transcriptomics
Encoding: UTF-8
RoxygenNote: 7.2.3
LazyDataCompression: xz
URL: https://github.com/stemangiola/CuratedAtlasQueryR
BugReports: https://github.com/stemangiola/CuratedAtlasQueryR/issues
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Collate:
'utils.R'
'counts.R'
'dev.R'
'metadata.R'
'seurat.R'
'unharmonised.R'
'zzz.R'
Language: en-US