-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
42 lines (28 loc) · 1.89 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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# DivComAnalyses
<!-- badges: start -->
[![Travis build status](https://travis-ci.com/fconstancias/DivComAnalyses.svg?branch=master)](https://travis-ci.com/fconstancias/DivComAnalyses)
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/fconstancias/DivComAnalyses?branch=master&svg=true)](https://ci.appveyor.com/project/fconstancias/DivComAnalyses)
[![Codecov test coverage](https://codecov.io/gh/fconstancias/DivComAnalyses/branch/master/graph/badge.svg)](https://codecov.io/gh/fconstancias/DivComAnalyses?branch=master)
[![DOI](https://zenodo.org/badge/299625681.svg)](https://zenodo.org/badge/latestdoi/299625681)
<!-- badges: end -->
The goal of DivComAnalyses is to facilitate community analysis (e.g., 16S community metabarcoding, metaphlan taxonomic profiling from metagenomes). In data filtering (i.e., potential contaminants identified using decontam R package), in normalizing data (i.e., 16S qPCR normalization), generate phylogenetic and taxonomic alpha and beta-diversity metrics, visualize community composition and structure using unconstrained and constrained ordination, facilitate statistical analysis based on DEseq2, ALDex2, vegan R packages.
## Tutorial
You can find the latest version of the tutorial [here](http://htmlpreview.github.io/?https://github.com/fconstancias/DivComAnalyses/blob/master/SOP/community_analyses/Microbiome_R_tutorial.html).
## Installation
You can't install the package from [GitHub](https://github.com/) yet. You will need to source the `R` files where the functions are defined - see Tutorial.
``` r
## install.packages("devtools")
#devtools::install_github("fconstancias/DivComAnalyses")
```