From 6f1fd703f6ac9eb482667c60b37f56d778255892 Mon Sep 17 00:00:00 2001 From: Eric Weitz Date: Mon, 26 Sep 2016 16:16:12 -0400 Subject: [PATCH] Add Zenodo DOI badge in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 032ddb6..365a6a8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # rnaseqview *Visualize genome-wide RNA-Seq data* +[![DOI](https://zenodo.org/badge/56255701.svg)](https://zenodo.org/badge/latestdoi/56255701) + The Genome-Wide RNA-Seq Viewer is a web application that enables users to visualize genome-wide expression data from NCBI's [Sequence Read Archive](https://www.ncbi.nlm.nih.gov/sra) (SRA) and [Gene Expression Omnibus](https://www.ncbi.nlm.nih.gov/geo) (GEO) databases. This repository contains a data pipeline written in Python. It extracts aligned RNA-Seq data from SRA or GEO and transforms it into a format used by [Ideogram.js](https://github.com/eweitz/ideogram), a JavaScript library for chromosome visualization. The minimal front-end allows users to see the distribution of genes across the entire human genome, and filter them by expression levels in the SRA/GEO sample or gene type.