2020 Edition of the Class
Homework can be submitted via the github link which will create a repository for you with basic template of files you can edit to solve the homework. See the the table for homework submission links which will help you create a github repository in the class team.cd https://piazza.com/ucr/fall2020/gen220/resources
download_count.sh
which does the following.
>
summary_exons.sh
which summarizes the total length of exons in the file data/rice_random_exons.bed. These data are in the BED file format. The columns are “Chromosome”, “Start position”, “Stop position”. The length of a feature (or exon in this case) is computed by doing the computation: STOP - START
strand_gene_count.sh
to calculate the number of genes that are on the positive (+) and negative (-) strand in the file. This file format is called GFF - the strand of the gene is encoded in 7th column.