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.2
meteor add bharath90:meteorgeo
To access the information of experiments with respect to an example SRP accession number SRP034076:
sra('SRP034076',function(output){
console.log(output.record);
console.log(output.id);
});
//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
//'id' is the record id
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.