View source: R/data_refinement.R
summary.interaction_table | R Documentation |
interaction_table
Create summary of interaction_table
## S3 method for class 'interaction_table' summary(object, ...)
object |
An interaction table returned from create_interaction_table |
... |
further arguments passed to or from other methods |
A list with the following fields (the first three are taken directly from
the interaction.table
):
measure_name
signed
measure_type
number_significant
: The number of significant interactions
proportion_negative
: The proprotion of significant interactions which
are negative
library(micInt) sim.scores <- similarity_measures(subset= c("spearman","pearson")) res <- runAnalysis(OTU_table = seawater,sim.scores = sim.scores, iterations = 100, parallel = FALSE) int_table <- res$similarity_measures_significance$spearman summary(int_table)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.