Skip to content

Commit 5023b07

Browse files
authored
Merge pull request #1 from jasonarothman/master
pull to upd readme and img
2 parents a9fc499 + 53c015a commit 5023b07

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed

NMDS.png

24.6 KB
Loading

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,28 @@
11
# Initial NMDS ordinations and example diversity statistics for metabarcoding data
2-
## This workflow and Jupyter binder shows a basic workflow to visualize metabarcoding data in R.
2+
#### This workflow and Jupyter binder shows a basic workflow to visualize metabarcoding data in R.
3+
4+
### Quick Start:
5+
#### Click on the binder link, than click "knit" to make an html R Markdown. You may need to turn off your pop up blocker.
6+
7+
### Example Output:
8+
![Img](https://raw.githubusercontent.com/jasonarothman/Metabarcoding_viz/master/NMDS.png)
9+
10+
### Summary:
11+
#### This workflow will generate several example NMDS ordinations from an OTU/ASV table.
12+
#### Please remove taxonomic assignments before using this workflow.
13+
#### This plot will provide a visual representation of a given sample’s community composition in relation to all other samples. These plots allow you to quickly visualize your metabarcoding community by any metadata grouping (categorical) factor you choose.
14+
315
### Authors:
4-
### Jason Rothman
16+
#### Jason Rothman
517
<div itemscope itemtype="https://schema.org/Person"><a itemprop="sameAs" content="https://orcid.org/0000-0002-4848-8901" href="https://orcid.org/0000-0002-4848-8901" target="orcid.widget" rel="noopener noreferrer" style="vertical-align:top;"><img src="https://orcid.org/sites/default/files/images/orcid_16x16.png" style="width:1em;margin-right:.5em;" alt="ORCID iD icon">https://orcid.org/0000-0002-4848-8901</a></div>
618

7-
### Jane Lucas
19+
#### Jane Lucas
820
<div itemscope itemtype="https://schema.org/Person"><a itemprop="sameAs" content="https://orcid.org/0000-0002-3931-1864" href="https://orcid.org/0000-0002-3931-1864" target="orcid.widget" rel="noopener noreferrer" style="vertical-align:top;"><img src="https://orcid.org/sites/default/files/images/orcid_16x16.png" style="width:1em;margin-right:.5em;" alt="ORCID iD icon">https://orcid.org/0000-0002-3931-1864</a></div>
921

1022
### Links
1123

1224
#### GitHub: https://github.com/jasonarothman/Metabarcoding_viz
1325

14-
#### Binder: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jasonarothman/Metabarcoding_viz/master?filepath=rstudio)
26+
#### Binder: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jasonarothman/Metabarcoding_viz/master?urlpath=rstudio)
27+
28+
### We hope this is helpful!

install.R

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
pkgs = c("ggplot2", "rmarkdown", "vegan", "RColorBrewer")
2-
install.packages(pkgs)
1+
install.packages("ggplot2")
2+
install.packages("rmarkdown")
3+
install.packages("vegan")
4+
install.packages("RColorBrewer")

0 commit comments

Comments
 (0)