randomseqsig | R Documentation |
The randomseqsig()
function will identify whether a taxonomic group of interest
is significantly over-represented or underrepresented in the community.
randomseqsig(x, taxlevel = "Phylum", group = "Cyanobacteria", nshuff = 1000)
x |
is a |
taxlevel |
is the taxonomic level of the group of interest. |
group |
is the name of the taxonomic group of interest. |
nshuff |
is the number of times data shuffling is performed. |
A list
object which contatins: 1) objshuff
: The shuffled sequence
variant counts. 2) stats
: The mean, standard deviation, real counts and
p-values of the shuffled data.
library(mirlyn)
data(example)
significance_example <- randomseqsig(example, nshuff = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.