Skip to contents

Get Edges From a MiCo (Microbial Community) Object

Usage

getEdges(object, type = NULL)

# S4 method for class 'MiCo'
getEdges(object, type = NULL)

Arguments

object

An object of class MiCo

type

Character string indicating which type of edges to return. Can be either of c("species", "metabolites"), and defaults to NULL. If NULL, both types of edges are returned.

Value

A list of edges in the community.

Functions

  • getEdges(MiCo): Get Edges From a MiCo (Microbial Community) Object