Skip to content
Snippets Groups Projects
Commit 29786a45 authored by Bianca Laker's avatar Bianca Laker
Browse files

Upload New File

parent 4f1398af
No related branches found
No related tags found
No related merge requests found
%% Cell type:markdown id: tags:
# Python course 2021 - Exercises E
%% Cell type:markdown id: tags:
## Part1 - modules
%% Cell type:markdown id: tags:
---
1.1) Write all AGIs of AtCol0_exons.fasta into a new file!
%% Cell type:code id: tags:
```
```
%% Cell type:markdown id: tags:
---
1.2) Some IDs occur multiple times. Add a filter step to reduce the results to unique IDs!
%% Cell type:code id: tags:
```
```
%% Cell type:markdown id: tags:
---
1.3) Calculate the frequency of each AGI and construct a histogram (matplotlib)!
```
plt.hist(<list_of_values>) #tip
```
%% 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