logo here metaseqR analysis report

<%=basename(PROJECT.PATH$main)%>
Contents
<% cat("
Summary
") cat("
") if (exists("fig.raw") || exists("fig.unorm") || exists("fig.norm") || exists("fig.other")) { cat("
Figures
") cat("
    ") #cat("
      ") cat("
    • Figures
        ") if (!is.null(fig.raw$mds)) cat("
      • MDS
      • ") if (!is.null(fig.raw$biodetection)) cat("
      • Biotype detection
      • ") if (!is.null(fig.raw$countsbio)) cat("
      • Biotype counts
      • ") if (!is.null(fig.raw$saturation)) cat("
      • Biotype saturation
      • ") if (!is.null(fig.raw$readnoise)) cat("
      • Reads noise
      • ") if (!is.null(fig.raw$correl)) cat("
      • Correlation plots
      • ") if (!is.null(fig.raw$pairwise)) cat("
      • Pairwise scatterplots
      • ") if (!is.null(fig.raw$rnacomp)) cat("
      • RNA composition
      • ") if (!is.null(fig.unorm$boxplot) || !is.null(fig.norm$boxplot)) cat("
      • Boxplots
      • ") if (!is.null(fig.unorm$gcbias) || !is.null(fig.norm$gcbias)) cat("
      • GC-bias
      • ") if (!is.null(fig.unorm$lengthbias) || !is.null(fig.norm$lengthbias)) cat("
      • Length bias
      • ") if (!is.null(fig.unorm$meandiff) || !is.null(fig.norm$meandiff)) cat("
      • Mean-difference
      • ") if (!is.null(fig.unorm$meanvar) || !is.null(fig.norm$meanvar)) cat("
      • Mean-variance
      • ") if (!is.null(fig.other$filtered)) cat("
      • Filtered genes
      • ") if (!is.null(fig.stat$volcano)) { cat("
      • Volcano plots
          ") nn <- names(fig.stat$volcano) counter <- 1 for (n in nn) { cat("
        • ",n,"
        • ",sep="") counter <- counter + 1 } cat("
      • ") } if (!is.null(fig.stat$deheatmap)) { cat("
      • DEG heatmaps
          ") nn <- names(fig.stat$deheatmap) counter <- 1 for (n in nn) { cat("
        • ",n,"
        • ",sep="") counter <- counter + 1 } cat("
      • ") } if (!is.null(fig.stat$biodist)) { cat("
      • DEG biotypes
          ") nn <- names(fig.stat$biodist) counter <- 1 for (n in nn) { if (fig.stat$biodist[[n]] != "error") { cat("
        • ",n,"
        • ",sep="") counter <- counter + 1 } } cat("
      • ") } if (!is.null(fig.venn$venn)) { cat("
      • Venn diagrams
          ") nn <- names(fig.venn$venn) counter <- 1 for (n in nn) { cat("
        • ",n,"
        • ",sep="") counter <- counter + 1 } cat("
      • ") } } #cat("
    ") cat("
") cat("
Results
") cat("
    ") #cat("
    • Results
        ") nn <- names(html) counter <- 1 for (n in nn) { cat("
      • ",n,"
      • ",sep="") counter <- counter + 1 } #cat("
    ") cat("
") cat("
References
") cat("
") %>