-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
47 lines (31 loc) · 1.02 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
output:
md_document:
variant: markdown_github
---
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```
#build status:
[![Build Status](https://travis-ci.org/aubreybailey/afterQIIME.svg?branch=master)](https://travis-ci.org/aubreybailey/afterQIIME)
#license:
[![Licence](https://img.shields.io/badge/licence-GPL--2-blue.svg)](https://www.gnu.org/licenses/gpl-2.0.en.html)
#release version:
[![packageversion](https://img.shields.io/badge/GitHub%20Package%20version-0.0.0.9000-orange.svg?style=flat-square)](commits/master)
##dr4pl
This is a description of what afterQIIME is and does.
## Installation
You can install dr4pl from github with:
```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_bitbucket("dittmerlab/dr4pl")
```
## Requirements
Files need to be in TSV, and include a mapping and counts table. Biom support pending.
## Example
This is a basic example which shows the major uses of the package.
```{r example_problem, error=TRUE}
```