Closed:Downloading specific subset of SRA files
0
0
Entering edit mode
@stats134711-12832
Last seen 7.0 years ago

I'm using SRAdb to download the SRA files from Accession SRP002480. This is quite a large set of files, but I'm only interested in downloading the files for body site = "human skin". In the RunInfo Table, it is coded as "body_site_s" = "human skin". How can I extract only those files?

library(SRAdb)
library(DBI)

srafile = getSRAdbFile()

con = dbConnect(RSQLite::SQLite(), srafile)

getSRAfile('SRP002480',con,fileType='sra')

sra sradb download • 117 views
ADD COMMENT
This thread is not open. No new answers may be added
Traffic: 701 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6