Plot membership of all genes for all modules

mods.plot(
  dat,
  mods,
  colors,
  size = 1,
  ncol = round(sqrt(length(mods))),
  legend = FALSE,
  fn = bicor
)

Arguments

dat

Expression data

mods

A list of modules

colors

Gene colors

size

Size of data points

ncol

Number of facet columns

legend

Use true to include legend

fn

A correlation function

Value

A ggplot object

A ggplot object