"Statistics are generated by `samtools flagstat` and they are saved into the directory _01_mapping-against_reference_ and the subdirectory _stat_\n",
"\n",
"* One \"flagtstat file\" is generated for each bam file (http://www.htslib.org/doc/samtools-flagstat.html).\n",
"\n",
"* _all_flagstat.csv_ file compiling all the stats\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"### Dashboard\n",
"dashboard_flagstat(stat_file,df_group)\n",
"\n",
"bgc('LightBlue')"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"[<img src=\"Images/up-arrow.png\" alt=\"Top\" width=2% align=\"right\">](#home \"Go back to the top\")\n",
"\n",
"\n",
"### <span style=\"color: #919395\">3 - Assembly of the individuals' reads that do not map (properly) on the reference genome <a class=\"anchor\" id=\"assembly\"></a></span>\n"
Statistics are generated by `samtools flagstat` and they are saved into the directory _01_mapping-against_reference_ and the subdirectory _stat_
* One "flagtstat file" is generated for each bam file (http://www.htslib.org/doc/samtools-flagstat.html).
* _all_flagstat.csv_ file compiling all the stats
%% Cell type:code id: tags:
``` python
### Dashboard
dashboard_flagstat(stat_file,df_group)
bgc('LightBlue')
```
%% Cell type:markdown id: tags:
[<img src="Images/up-arrow.png" alt="Top" width=2% align="right">](#home"Go back to the top")
### <span style="color: #919395">3 - Assembly of the individuals' reads that do not map (properly) on the reference genome <a class="anchor" id="assembly"></a></span>