view rmarkdown_feature_counts.Rmd @ 0:8bcae2a95fe7 draft

planemo upload
author mingchen0919
date Thu, 28 Dec 2017 09:29:15 -0500
parents
children 7857bfd9d604
line wrap: on
line source

---
title: 'HTML report title'
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 = ECHO,
  error = TRUE
)
```


# Code for computational analysis

```{r 'step 1'}

```

```{r 'ste[ 2'}

```