GEOfastq
Downloads ENA Fastqs With GEO Accessions
Bioconductor version: 3.23 · Package version: 1.20.0
GEOfastq is used to download fastq files from the European Nucleotide Archive (ENA) starting with an accession from the Gene Expression Omnibus (GEO). To do this, sample metadata is retrieved from GEO and the Sequence Read Archive (SRA). SRA run accessions are then used to construct FTP and aspera download links for fastq files generated by the ENA.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("GEOfastq") Details
| Maintainer | Alex Pickering <alexvpickering@gmail.com> |
| Author | Alex Pickering [cre, aut] (ORCID: <https://orcid.org/0000-0002-0002-6759>) |
| License | MIT + file LICENSE |
| Bug Reports | https://github.com/alexvpickering/GEOfastq/issues |
| Downloads rank | 191 |
| Source branch | RELEASE_3_23 |
| biocViews | DataImport, RNASeq, Software |