plot_clusters_all: plot_clusters_all

Description Usage Arguments Value Examples

View source: R/clustering_plots.R

Description

Draw line graphs of all the proteins in the given dataset

Usage

1
plot_clusters_all(clustering_result, selected_condition = NULL)

Arguments

clustering_result

A list containing XINA clustering results. See xina_clustering

selected_condition

A condition name to draw the kinetics plot

Value

a list containing clustering results and pdf file containing a BIC plot in current working directory.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
# load XINA example data
data(xina_example)

# Plot kinetics of all the proteins in Control
plot_clusters_all(example_clusters, selected_condition="Control")

# Plot kinetics of all the proteins in Stimulus1
plot_clusters_all(example_clusters, selected_condition="Stimulus1")

# Plot kinetics of all the proteins in Stimulus2
plot_clusters_all(example_clusters, selected_condition="Stimulus2")

# Plot kinetics of all the proteins in three data
plot_clusters_all(example_clusters)

XINA documentation built on Nov. 8, 2020, 5:32 p.m.