diff rmarkdown_deseq2_count_matrix.Rmd @ 0:867a77a7a380 draft

planemo upload
author mingchen0919
date Fri, 29 Dec 2017 23:37:30 -0500
parents
children 4a7131658ca6
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rmarkdown_deseq2_count_matrix.Rmd	Fri Dec 29 23:37:30 2017 -0500
@@ -0,0 +1,30 @@
+---
+title: 'DESeq2 analysis'
+output:
+    html_document:
+      number_sections: true
+      toc: true
+      theme: cosmo
+      highlight: tango
+---
+
+```{r setup, include=FALSE, warning=FALSE, message=FALSE}
+knitr::opts_chunk$set(
+  echo = opt$echo,
+  error = TRUE
+)
+```
+
+
+## Count Matrix
+
+```{r 'count matrix'}
+count_matrix = read.table(opt$count_matrix)
+count_matrix
+```
+
+```{r 'ste[ 2'}
+
+```
+
+