bharath90:meteorgeo

A meteor package to download SRA database record from NCBI National Centre for Biotechnology Information.

Client side ONLY

Built over the NCBI's E-Util API

Version

0.0.2

Installation

meteor add bharath90:meteorgeo

Usage

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

Acknowledgment

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.