Skip to content
Snippets Groups Projects
Commit ee2d489f authored by Franziska Niemeyer's avatar Franziska Niemeyer
Browse files

Upload New File

parent 93583441
No related branches found
No related tags found
No related merge requests found
%% Cell type:markdown id: tags:
# Python course 2022 - Repetition 1
%% Cell type:markdown id: tags:
These exercises are meant for repeating most of what you have learned in the course this far. For most of the tasks, you already have partial solutions from the other exercises. We encourage you to make use of those to review them again and maybe spot room for improvement here and there.
%% Cell type:markdown id: tags:
1.1) Print the current time.
%% Cell type:code id: tags:
```
```
%% Cell type:markdown id: tags:
1.2) Count the number of genes (not exons) in the AtCol0_Exons.fasta file. How many genes are single-exons genes?
%% Cell type:code id: tags:
```
```
%% Cell type:markdown id: tags:
1.3) How many of the genes are located on the forward strand? How many are located on the reverse strand?
%% Cell type:code id: tags:
```
```
%% Cell type:markdown id: tags:
1.4) Count the number of genes per chromosome and plot the results.
%% Cell type:code id: tags:
```
```
%% Cell type:markdown id: tags:
1.5) Count the number of genes located on the chondrom and plastom.
%% Cell type:code id: tags:
```
```
%% Cell type:markdown id: tags:
1.6) Which of the genes may potentially include the amino acid motive "WIP"?
%% Cell type:code id: tags:
```
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment