# HG changeset patch # User mingchen0919 # Date 1502204209 14400 # Node ID a0d37b034e45c7a34be947d6244a9fbf51e287d7 # Parent 312e9bcc02f17f26ec4a44533012150516f82d83 planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_deseq2 commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5-dirty diff -r 312e9bcc02f1 -r a0d37b034e45 DESeq_visualization.Rmd --- a/DESeq_visualization.Rmd Tue Aug 08 10:47:41 2017 -0400 +++ b/DESeq_visualization.Rmd Tue Aug 08 10:56:49 2017 -0400 @@ -106,7 +106,7 @@ ### Using the *Poisson Distance* -```{r} +```{r eval=FALSE} mdsPois <- as.data.frame(colData(dds)) %>% cbind(cmdscale(samplePoisDistMatrix)) ggplot(mdsPois, aes(x = `1`, y = `2`, col = time)) +