Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

module load swset/2018.05

module load gcc/7.3.0

module load usearch/10.0.240

module load  perl-text-levenshtein-xs

perl //project/microbiome/data_queue/seq/5CM/rawdata/parse_count.pl 5CMDemux.csv 5CM_S1_L001_R1_001.fastq 5CM_S1_L001_R2_001.fastq M01247

./run_splitFastq_fwd.sh

./run_splitFastq_rev.sh

./run_aggregate.sh

salloc --account=microbiome -t 0-05:00

...

cd /project/microbiome/data_queue/seq/5CM/tfmergedreads

./run_slurm_mergereads.pl

/project/microbiome/data_queue/seq/5CM/tfmergedreads/16S/5CM

Code Block
languager
tfm<-read.csv("/Users/gregg/Desktop/untitled folder/filtermergestats.csv", header=F)

summary(tfm$V2 - tfm$V4)

#pdf(file="read_counts.pdf", height=6, width=6)

plot(tfm$V2, tfm$V2 - tfm$V4, type="n", xlab="Reads per sample", 
     ylab="Reads removed in merging and filtering",
     main="MacGlover BigHorn Sheep 1")
abline(v=quantile(tfm$V2[grep("16S",tfm$V1)], prob=c(0.025, 0.5, 0.975)), col="purple")
points(tfm$V2[grep("16S",tfm$V1)], tfm$V2[grep("16S",tfm$V1)] - tfm$V4[grep("16S", tfm$V1)], col="purple")
Image Added

cd/project/microbiome/data_queue/seq/5CM

mkdir otu

./run_slurm_mkotu.pl