Skip to content

Motifs

Abstract

ya

List of motifs

# SpeciesInteractionNetworks.motifsFunction.

motifs(::Type{Bipartite}, nodes::Integer)

Returns a list of bipartite motifs with the specified number of nodes. The list of motifs for each richness are from Simmons et al. (2018).

References

Simmons, Cirtwill, Baker, Wauchope, Dicks, Stouffer and Sutherland (2018)

source

motifs(::Type{Unipartite}, nodes::Integer)

Returns a list of unipartite motifs with the specified number of nodes. The list of motifs for three species are from Stouffer et al. (2007).

References

Stouffer, Camacho, Jiang and Amaral (2007)

source

Search for motifs

# SpeciesInteractionNetworks.findmotifFunction.

findmotif(M::SpeciesInteractionNetwork{<:Unipartite, <:Binary}, N::SpeciesInteractionNetwork{<:Unipartite, <:Binary})

Search for all groups of species in N that match the motif M – note that the motif to search is the first argument.

source