From 48ab3e0ecebfb0c50eca2b819169b7ab54a3d137 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Sun, 13 Dec 2020 09:52:05 +0900 Subject: [PATCH] Update RADME --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8c9f5e2..6aeb232 100644 --- a/README.md +++ b/README.md @@ -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 | \