network_layout_ps | R Documentation |
Create an layout_igraph object of the co-occurrence from a phyloseq object. This can be input into the co_occurrence_network function, or used for other network creating scripts. The purpose is to be able to create reproducible and comparable graphics.
network_layout_ps(phyloseq_obj,
treatment = NULL, subset = NULL, co_occurrence_table = NULL,
algorithm = 'fr')
phyloseq_obj |
A |
treatment |
Column name as a string or number in the
|
subset |
A factor within the |
co_occurrence_table |
Table of the co-occurrence of taxa/genes in the
|
algorithm |
Supported |
layout_igraph object
network_layout_ps(soil_column, treatment = c('Matrix', 'Treatment'),
subset = 'Soil Amended', algorithm = 'kk')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.