FastQC, Trimming, Overall QC (initial) #1

Merged
J.v.N. merged 6 commits from P300299/system_genetics:master into master 2021-02-15 16:20:22 +01:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 170a001729 - Show all commits

View File

@ -107,4 +107,6 @@ gender.qc.genes.to.plot <- gender.qc.results %>%
# - Plot the normalized expressino values for the genes in gender.qc.genes.to.plot in a boxplot, split and colored by gender.
# - (Optional) Do a GSVA with as genesets the genes found in gender.qc.genes.to.plot. Plot the boxplots as per the previous point.
# - (Optional) Plot the number of Y-chromosome reads devided by the number of X chromosome reads in a boxplot as per the first point.
# x=$(samtools view -q 20 -f 2 $bam_file X | wc -l)
# y=$(samtools view -q 20 -f 2 $bam_file Y | wc -l)
# - (Optional) Plot the number of Y-chromosome SNPs devided by the number of X chromosome SNPs in a boxplot as per the first point.