Skip to content
Jennifer Chang edited this page Jan 26, 2017 · 9 revisions

Welcome to the cavatica wiki!

Data Source

  • Pubmed is a public repository of abstract and metadata for literature in the medical and biological field. Entries have a pubmed id (pmid). Query terms are matched against keywords and abstract text.

  • Pubmed Central is a public repository containing literature fulltext in the medical and biological field. Entries have a pubmed central id (pmcid) and are not to be confused with the pubmed id. Query terms are matched against the full text of the document and therefore often returns more results than Pubmed.

API's

  • Ebot generates perl scripts to fetch data from both PubMed and PubMed Central. The tool is hosted at NCBI.

  • RISmed is an R package that fetches data from PubMed. I have not found functionality for PubMed Central but please contact me if some one has more info on this.

Graph Analysis

  • Mango is a multi-network visualization and analysis environment. The tool provides a graph exploration language (GEL) and multi-graph mathematics to combine/compare graphs and their attributes.

  • iGraph is a C package although API's exist in R and python. Provides graph centrality measures and other network statistics.

Clone this wiki locally