R Documentation |
Print the primary results of a post() analysis.
## S3 method for class 'POST'
print(x, ..., siglevel = 1)
x |
A POST object. The value object returned by a call to post() |
... |
Further arguments passed to or from other methods |
siglevel |
A numeric object. If < 1, shows only the OTUs for which the p-value is below the specified siglevel. |
No return value, called to display key results.
data("POSTmData")
y <- as.integer(x = metadata[,"GC"] == "BV")
X <- metadata[,"mRace"]
result <- post(y = y,
X = X,
OTU = otu[,1:20],
tree = otutree,
cValues = seq(0,0.05,by=0.01))
print(x = result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.