Skip to content

Barski-lab/meteorgeo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.3

Installation

meteor add bharath90:meteorgeo

Usage

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

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published