Info |
---|
Status (02 May 2022)
|
...
|
...
|
...
Current figures are irrelevant placeholders. Text in purple and sandwiched between ______________________ has not been successfully run.
Table of Contents |
---|
Demultiplexing and splitting
...
cat */*/filtermergestats.csv > all_filtermergestats.csv
_______________________________________________________________
I used commands.R
in that folder to make a plot of numbers of reads per sample (horizontal axis) and the number reads that were removed because they did not merge, or did meet quality criteria and were filtered out (vertical axis). Purple is for 16S and orange is for ITS. It might be interesting to do that plot for each of the projects in the library (TODO), and possibly to have marginal histograms (or put quantiles on the plots).
...
_______________________________________________________________
...
Make OTU table
In /project/microbiome/data_queue/seq/NS5/otu
, I ran run_slurm_mkotu.pl
, which I modified to also pick up the joined reads (in addition the merged reads).
...
In /project/microbiome/data_queue/seq/psomagen_6mar20NS5/coligoISD
, /project/microbiome/data/seq/psomagen_26may20NS5/coligoISD
, and /project/microbiome/data/seq/psomagen_29jan21novaseq1cNS5/coligoISD
, there are 16S
and ITS
directories for all projects. These contain a file named coligoISDtable.txt
with counts of the coligos and the ISD found in the trimmed forward reads, per sample. The file run_slurm_mkcoligoISDtable.pl
has the code that passes over all of the projects and uses vsearch
for making the table.
...