-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
77 lines (77 loc) · 2.35 KB
/
DESCRIPTION
File metadata and controls
77 lines (77 loc) · 2.35 KB
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
Package: GEfetch2R
Type: Package
Title: Access and Format Single-Cell RNA-Seq Datasets from Public Resources
Version: 0.7.3
Authors@R: c(
person(given = "Yabing",
family = "Song",
role = c("aut", "cre"),
email = "songyb0519@gmail.com"),
person(given = "Jiaxin",
family = "Gao",
role = c("fnd", "aut"),
email = "gaojx@im.ac.cn"),
person(given = "Jianbin",
family = "Wang",
role = c("fnd", "aut"),
email = ""),
person("Gao Lab, Wang Lab and Collaborators", role = "ctb"))
Maintainer: Yabing Song <songyb0519@gmail.com>; Jiaxin Gao <gaojx@im.ac.cn>
Description: The goal of 'GEfetch2R' is to access and format single-cell RNA-seq datasets. It can be used to download single-cell RNA-seq
datasets from widely used public resources, including GEO <https://www.ncbi.nlm.nih.gov/geo/>, Zenodo <https://zenodo.org/>,
CELLxGENE <https://cellxgene.cziscience.com/>, Human Cell Atlas <https://www.humancellatlas.org/>, PanglaoDB <https://panglaodb.se/index.html>
and UCSC Cell Browser <https://cells.ucsc.edu/>. And, it can also be used to perform object conversion between SeuratObject <https://satijalab.org/seurat/>,
loom <http://loompy.org/>, h5ad <https://scanpy.readthedocs.io/en/stable/>, SingleCellExperiment <https://bioconductor.org/packages/release/bioc/html/scran.html>,
CellDataSet <http://cole-trapnell-lab.github.io/monocle-release/> and cell_data_set <https://cole-trapnell-lab.github.io/monocle3/>.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
biocViews:
Imports:
Biobase,
curl,
data.table,
dplyr,
GEOquery,
jsonlite,
magrittr,
Matrix,
readxl,
pbapply,
purrr,
rPanglaoDB,
reticulate,
Seurat,
tibble,
SingleCellExperiment,
SummarizedExperiment,
scater,
LoomExperiment,
httr,
rlang,
tidyr,
DESeq2,
xml2,
R.utils
Suggests:
knitr,
rmarkdown,
scRNAseq,
BiocStyle,
htmltools,
sceasy,
SeuratDisk,
SeuratWrappers,
zellkonverter,
GEOfastq,
cellxgene.census,
dior,
hdf5r,
schard
VignetteBuilder: knitr
Additional_repositories: https://showteeth.github.io/drat/
URL: https://github.com/showteeth/GEfetch2R
BugReports: https://github.com/showteeth/GEfetch2R/issues
Depends:
R (>= 2.10)