loadSRAproject | R Documentation |
Download and load SRA projects via recount2
loadSRAproject(project, outdir = getDownloadsFolder())
project |
Character: SRA project identifiers (check
|
outdir |
Character: directory to store the downloaded files |
List with loaded projects
Other functions associated with SRA data retrieval:
getDownloadsFolder()
Other functions to load data:
loadGtexData()
,
loadLocalFiles()
,
loadTCGAdata()
## Not run:
View(recount::recount_abstract)
sra <- loadSRAproject("SRP053101")
names(sra)
names(sra[[1]])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.