Mercurial > repos > mingchen0919 > mygene_and_myvariant
diff variant_simple_search.Rmd @ 0:a88f12177e6f draft
planemo upload
author | mingchen0919 |
---|---|
date | Tue, 20 Mar 2018 11:29:28 -0400 |
parents | |
children | f8ac93c41720 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/variant_simple_search.Rmd Tue Mar 20 11:29:28 2018 -0400 @@ -0,0 +1,30 @@ +--- +title: 'HTML report title' +output: + html_document: + number_sections: true + toc: true + theme: cosmo + highlight: tango + code_folding: hide +--- + +```{r setup, include=FALSE, warning=FALSE, message=FALSE} +knitr::opts_chunk$set( + echo = TRUE, + error = TRUE +) +``` + + +# Code for computational analysis + +```{r 'step 1'} + +``` + +```{r 'ste[ 2'} + +``` + +