Skip to main content
Ctrl+K
mulink - Home mulink - Home
  • API
    • mulink.basic.MuLink
    • mulink.query.QueryAccessor
    • mulink.plotting.PlotAccessor
    • mulink.simulate.hierarchical_mudata
  • RFC
  • Tutorials
    • Example notebook
    • MS Proteomics x mulink
  • Changelog
  • Contributing guide
  • References
  • About this package
  • .rst

mulink.plotting.PlotAccessor

Contents

  • PlotAccessor
  • Methods table
  • Methods
    • PlotAccessor.adjacency_matrix()
    • PlotAccessor.graph()

mulink.plotting.PlotAccessor#

class mulink.plotting.PlotAccessor(link)#

Plotting accessor for mulink

Methods table#

adjacency_matrix([key, cmap, ax, label, ...])

Plot adjacency matrix of object

graph([key, pos, ax])

Plot graph of mulink mapping

Methods#

PlotAccessor.adjacency_matrix(key='feature_mapping', cmap=<matplotlib.colors.ListedColormap object>, ax=None, *, label=False, mod_limits=True)#

Plot adjacency matrix of object

Return type:

Axes

PlotAccessor.graph(key='feature_mapping', pos=None, ax=None, **kwargs)#

Plot graph of mulink mapping

Return type:

Axes

Notes

This method is expensive and only recommended for small subsets of the data

previous

mulink.query.QueryAccessor

next

mulink.simulate.hierarchical_mudata

Contents
  • PlotAccessor
  • Methods table
  • Methods
    • PlotAccessor.adjacency_matrix()
    • PlotAccessor.graph()

By scverse-proteomics

© Copyright 2026, scverse-proteomics..