`Heatmap plot <https://cran.r-project.org/web/packages/pheatmap/pheatmap.pdf>`_ shows for each antibody a heatmap of
the `rlog <https://bioconductor.org/packages/release/bioc/manuals/DESeq2/man/DESeq2.pdf#Rfn.rlog>`_ or
`Heatmap plot <https://cran.r-project.org/web/packages/pheatmap/pheatmap.pdf>`_ shows a heatmap of the `rlog <https://bioconductor.org/packages/release/bioc/manuals/DESeq2/man/DESeq2.pdf#Rfn.rlog>`_ or
`vst <https://bioconductor.org/packages/release/bioc/manuals/DESeq2/man/DESeq2.pdf#Rfn.vst>`_ transformed counts from
DESeq2 analysis. For more information about DESeq2 please see
DESeq2 analysis for all groups treated with the {{snakemake.wildcards["antibody"]}} antibody
MAplotFile<-paste(snakemake@output[["plot_FDR_1_perc_MA"]],"/",snakemake@params[["antibody"]],".",CompPrefix,".MA-plot_FDR_0.01.pdf",sep="")# AVI: added to create separate pdf files
VolcanoPlotFile<-paste(snakemake@output[["plot_FDR_1_perc_volcano"]],"/",snakemake@params[["antibody"]],".",CompPrefix,".volcano_FDR_0.01.pdf",sep="")# AVI: added to create separate pdf files
MAplotFile<-file.path(snakemake@output[["plot_FDR_1_perc_MA"]],paste(snakemake@wildcards[["antibody"]],".",CompPrefix,".MA-plot_FDR_0.01.pdf",sep=""))# AVI: added to create separate pdf files
VolcanoPlotFile<-file.path(snakemake@output[["plot_FDR_1_perc_volcano"]],paste(snakemake@wildcards[["antibody"]],".",CompPrefix,".volcano_FDR_0.01.pdf",sep=""))# AVI: added to create separate pdf files
MAplotFile<-paste(snakemake@output[["plot_FDR_5_perc_MA"]],"/",snakemake@params[["antibody"]],".",CompPrefix,".MA-plot_FDR_0.05.pdf",sep="")# AVI: added to create separate pdf files
VolcanoPlotFile<-paste(snakemake@output[["plot_FDR_5_perc_volcano"]],"/",snakemake@params[["antibody"]],".",CompPrefix,".volcano_FDR_0.05.pdf",sep="")# AVI: added to create separate pdf files
MAplotFile<-file.path(snakemake@output[["plot_FDR_5_perc_MA"]],paste(snakemake@wildcards[["antibody"]],".",CompPrefix,".MA-plot_FDR_0.05.pdf",sep=""))# AVI: added to create separate pdf files
VolcanoPlotFile<-file.path(snakemake@output[["plot_FDR_5_perc_volcano"]],paste(snakemake@wildcards[["antibody"]],".",CompPrefix,".volcano_FDR_0.05.pdf",sep=""))# AVI: added to create separate pdf files