-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
67 lines (67 loc) · 2 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
Package: scfetch
Type: Package
Title: Access and Format Single-Cell RNA-Seq Datasets from Public Resources
Version: 0.7.0
Authors@R:
person(given = "Yabing",
family = "Song",
role = c("aut", "cre"),
email = "songyb0519@gmail.com")
Maintainer: Yabing Song <songyb0519@gmail.com>
Description: The goal of 'scfetch' 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.2.3
biocViews:
Imports:
Biobase,
curl,
data.table,
dplyr,
GEOquery,
jsonlite,
magrittr,
Matrix,
openxlsx,
parallel,
pbapply,
purrr,
rPanglaoDB,
reticulate,
Seurat,
tibble,
tools,
utils,
SingleCellExperiment,
SummarizedExperiment,
scater,
LoomExperiment,
httr,
rlang,
tidyr,
methods,
DESeq2
Suggests:
knitr,
rmarkdown,
scRNAseq,
BiocStyle,
htmltools,
sceasy,
SeuratDisk,
SeuratWrappers,
zellkonverter,
GEOfastq,
cellxgene.census
VignetteBuilder: knitr
Additional_repositories: https://showteeth.github.io/drat/
URL: https://github.com/showteeth/scfetch
BugReports: https://github.com/showteeth/scfetch/issues
Depends:
R (>= 2.10)