I got SQLite database containing SRA metadata from:
http://gbnci.abcc.ncifcrf.gov/backup/SRAmetadb.sqlite.gz
My problem: many tables with many columns with often non obvious content.
Columns from experiment table:
design_description TEXT,
library_name TEXT,
library_strategy TEXT,
library_source TEXT,
library_selection TEXT,
library_layout TEXT,
library_construction_protocol TEXT,
can have empty values, contain "OTHER". The most obvious columns (librarysource and librarystrategy) do not contain anything LIKE "%RNA%" in it save for "VIRAL RNA".
Any ideas how to get RNA-Seq small/ncRNA experiments/runs for a given species?
edit: +VIRAL RNA
This is DB used/downloaded by SRAdb R package mentioned in this post: Searching Ncbi'S Short Read Archive
Instead having R in which I will type SQL commands I used SQLite directly.
what is that database ? How did you get this URL ?