view htseq_count.Rmd @ 1:cc33706a1d4b draft

update
author mingchen0919
date Tue, 06 Mar 2018 17:38:58 -0500
parents 10a460f61ac2
children db9da9716914
line wrap: on
line source

---
title: 'htseq-count analysis'
output: html_document
---

```{r setup, include=FALSE, warning=FALSE, message=FALSE}
knitr::opts_chunk$set(
  echo = as.logical(opt$X_e), 
  error = TRUE
)
```


# Code for computational analysis

```{r 'step 1'}
opt
```


```{r 'ste[ 2'}

```