Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andand authored Aug 15, 2023
1 parent 2babb07 commit b0cf941
Showing 1 changed file with 10 additions and 24 deletions.
34 changes: 10 additions & 24 deletions lab/b4/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,26 +59,18 @@ Open the Cuffdiff program. You need to supply it with the relevant files for eac

[^1]: Isoforms arise from alternative splicing sites in eukaryote genomes. This means that the same gene can give rise to more than one transcript and, if it is protein coding, give rise to more than one protein [(see the wikipedia entry)](http://en.wikipedia.org/wiki/Gene_isoform).

#### Q8
**Q8** What is the length of the longest and shortest transcripts in this dataset and what are the names of the transcripts? (The Filter and Sort programs can be helpful here)

What is the length of the longest and shortest transcripts in this dataset and what are the names of the transcripts? (The Filter and Sort programs can be helpful here)
**Q9** What is miRNA?

#### Q9

What is miRNA?

#### Q10

Which transcripts have the highest expression in each condition? Are these numbers reasonable?
**Q10** Which transcripts have the highest expression in each condition? Are these numbers reasonable?

We now switch to the results on the gene level. Look into the gene differential
expression testing results.

#### Q11

How many genes are found to be differentially expressed? How many of those have a higher expression in the untreated samples?
**Q11** How many genes are found to be differentially expressed? How many of those have a higher expression in the untreated samples?

Export the differential gene expression data to a text file. Download the python script “volcano.py” from Canvas. This is a script that creates a so-called volcano plot of the differential expression analysis. The plot shows the -log(p-value) against the log2(fold change) for all genes (the statistically significant genes are highlighted in red, according to an FDR threshold).
Export the differential gene expression data to a text file. Download the Python script “volcano.py” from Canvas. This is a script that creates a so-called volcano plot of the differential expression analysis. The plot shows the -log(p-value) against the log2(fold change) for all genes (the statistically significant genes are highlighted in red, according to an FDR threshold).

Edit the volcano.py file to take the path to your downloaded file as input data and (optionally) change the FDR threshold (it is evident in the file where you need to change things).

Expand All @@ -95,18 +87,12 @@ You can then run the file like so:
$ python volcano.py
```

#### Q12
**Q12** Show your volcano plot with significant DEGs highlighted. Can you draw any conclusions regarding the effectiveness of the drug? Would you recommend trying it out on patients?
*Hint:* Copy the gene names and look them up on the internet.

Show your volcano plot with significant DEGs highlighted. Can you draw any conclusions regarding the effectiveness of the drug? Would you recommend trying it out on patients?
Hint: Copy the gene names and look them up on the internet.

#### Q13

FPKM values are usually in the range 0.1 – 5000. Can you explain the high FPKM values attained in Q10?
Hint: Originally, the data was aligned to the whole genome but the data you have been working with was filtered for a small area of interest on chromosome 2.
**Q13** FPKM values are usually in the range 0.1 – 5000. Can you explain the high FPKM values attained in Q10?
*Hint:* Originally, the data was aligned to the whole genome but the data you have been working with was filtered for a small area of interest on chromosome 2.

In the beginning of these computer labs, you were given the genome sequences of unknown bacteria. You then discovered that these genomes had foreign toxin and foreign antibiotic resistance genes.

#### Q14

What do you think is the most likely explanation for these foreign genes ending up where they did and for what purpose?
**Q14** What do you think is the most likely explanation for these foreign genes ending up where they did and for what purpose?

0 comments on commit b0cf941

Please sign in to comment.