"1.1) Read the file AtCol0_Exons.fasta and write all headers (starting with '>') into a new file!\n",
"\n"
]
},
{
"cell_type": "code",
"metadata": {
"id": "aO4lTjReLsDC"
},
"source": [],
"execution_count": null,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "ddWzYDHlLsMN"
},
"source": [
"\n",
"\n",
"---\n",
"1.2) Read the file AtCol0_Exons.fasta and write the following:\n",
"* Line if it is a header\n",
"* Length of line if it is a sequence line\n"
]
},
{
"cell_type": "code",
"metadata": {
"id": "HAaoquFmL4jV"
},
"source": [],
"execution_count": null,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "yvanoP6kL4rn"
},
"source": [
"\n",
"\n",
"---\n",
"1.3) Calculate the number of sequences, the cumulative length and the average length in a new file! Are they matching the values of the original file?\n"
]
},
{
"cell_type": "code",
"metadata": {
"id": "N5lQi7dyMEXf"
},
"source": [],
"execution_count": null,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "L4KLtwRJMEgM"
},
"source": [
"\n",
"\n",
"---\n",
"1.4) Write sequences into a new file if their length is a multiple of 10!\n"