listSRAfile: Error in if (is.na(sra_acc$run[i])) { : argument is of length zero
0
0
Entering edit mode
Aditya ▴ 160
@aditya-7667
Last seen 22 months ago
Germany

SRAdb::listSRAfile is not working to get SRA file SRX5078836

require(SRAdb)
sqlfile <- getSRAdbFile(destdir = '~/autonomicscache')
sra_con <- dbConnect(SQLite(), sqlfile)
rs <- listSRAfile(c("SRX912152"), sra_con)  # https://www.ncbi.nlm.nih.gov/sra/SRX5078836
                   Error in if is.na(sra_acc$run[i])) { : argument is of length zero

Looks like the database doesn't contain it - any idea why?

sra_acc <- sraConvert("SRX5078836", out_type = c("study", "sample", "experiment", "run"), sra_con = sra_con)
                    [1] experiment study      sample     run       
                        <0 rows> (or 0-length row.names)
SRAdb • 1.0k views
ADD COMMENT

Login before adding your answer.

Traffic: 882 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