Mercurial > repos > simon-gladman > phyloseq_nmds
annotate README.txt @ 0:b4606394e7ec draft
planemo upload
| author | simon-gladman |
|---|---|
| date | Thu, 14 Jun 2018 09:08:23 -0400 |
| parents | |
| children | 20adf95eb758 |
| rev | line source |
|---|---|
| 0 | 1 ## Run phyloseq_nmds.R with three input files |
| 2 Rscript phyloseq_nmds.R --otu_table=GP_OTU_TABLE.txt --tax_table=GP_TAX_TABLE.txt --meta_table=GP_SAMPLE_TABLE.txt --method="bray" --kingdom=2 --cutoff=5 --category=6 --outdir=/outputdir --htmlfile=test.html | |
| 3 | |
| 4 ## Run phyloseq_nmds.R with biom file | |
| 5 Rscript phyloseq_nmds.R --biom=GP.biom --subset=6 --method=NMDS --distance=bray --kingdom=Phylum --cutoff=5 --keep=5 --outdir=/outputdir --htmlfile=biom_out.html |
