A meteor package to download SRA database record from NCBI National Centre for Biotechnology Information.
Built over the NCBI's E-Util API
0.0.3
meteor add bharath90:meteorgeo
To access the information of experiments with respect to an example SRP accession number SRP034076:
sra('SRP034076').then (function(d){
console.log(d.Record);
console.log(d.SRAid);
});
//instead of SRP number any accession number like SRA, SRP, GSE*, GSM* accession number can also be used.
//'Record' is in JSON format with number of experiments related to that particular SRP number
//'SRAid' is the record id; it is not the accession number
Dr. Artem Barski -The Barski Laboratory, Cincinnati Children's Hospital, Cincinnati, OH 45229.
Mr. Andrey Kartoshav - The Barski Laboratory, Cincinnati Children's Hospital, Cincinnati, OH 45229.