Extract Raw Count Matrix from Supplementary Files or Fortmat Supplementary Files to 10x.
ExtractGEOExpSuppAll(
acce,
supp.idx = 1,
timeout = 3600,
supp.type = c("count", "10x"),
out.folder = NULL,
gene2feature = TRUE
)
Count matrix (supp.type
is count) or NULL (supp.type
is 10x).
GEO accession number.
The index of supplementary files to download. Default: 1.
Timeout for download.file
. Default: 3600.
The type of downloaded supplementary files, choose from count (count matrix file or single count matrix file) and 10x (cellranger output files, contains barcodes, genes/features and matrix). Default: count.
Output folder to save 10x files. Default: NULL (current working directory).
Logical value, whether to rename genes.tsv.gz
to features.tsv.gz
. Default: TRUE.
Default: TURE.