plot_associations: Association strength between category labels and responses.

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/plot-methods.R

Description

Plot association strength between user-defined category labels and responses in a selected subnetwork. Associations are showm in terms -log10(p) enrichment values for the annotation categories for the responses within the specified subnetwork. No correction for multiple testing.

Usage

1
2
3
4
5
6
7
8
plot_associations(
  x,
  subnet.id,
  labels,
  method = "hypergeometric",
  mode = "group.by.classes",
  ...
)

Arguments

x

NetResponseModel object

subnet.id

Subnetwork.

labels

Factor. Labels for the data samples. Name by samples, or provide in the same order as in the original data.

method

Method to calculate association strength.

mode

group.by.responses or group.by.classes: indicate barplot grouping type.

...

Other arguments to be passed for plot_

Value

Used for side effect (plotting).

Author(s)

Leo Lahti leo.lahti@iki.fi

References

See citation('netresponse').

See Also

plot_responses

Examples

1
#

netresponse documentation built on Nov. 8, 2020, 5:04 p.m.