Skip to content

Commit

Permalink
Explain example data
Browse files Browse the repository at this point in the history
  • Loading branch information
ar0ch committed Sep 19, 2019
1 parent 2ed51e8 commit 01013af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ tagore --version
* [Click](https://click.palletsprojects.com/en/7.x/) (automatically installed if `pip` is used)

## Quick start

The demo data consists of [Catalogue of Somatic Mutations in Cancer (COSMIC) Cancer Gene Census](https://www.nature.com/articles/s41568-018-0060-1) genes and 100 randomly simulated mutations. Points represent single nucleotide variants (i.e. variant present in <3 samples); triangles represent single nucleotide polymorphisms (i.e. variants found in many samples); and short lines (single chromosome) represent known INDEL sites.

```bash
tagore --input example_ideogram/test.bed --prefix example_ideogram/example
```
Expand Down

0 comments on commit 01013af

Please sign in to comment.