Update RADME

This commit is contained in:
kojix2 2020-12-13 09:52:05 +09:00 committed by GitHub
parent 8503dd14a1
commit 48ab3e0ece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,6 +81,10 @@ curl -sL https://git.io/IRIStsv \
### count
In this example, YouPlot counts the number of chromosomes where the gene is located from the human gene annotation file and create a bar chart. The human gene annotation file can be downloaded from the following website.
* https://www.gencodegenes.org/human/
```sh
cat gencode.v35.annotation.gff3 \
| grep -v '#' | grep 'gene' | cut -f1 | \