plot_pc_vector: Plots A/B compartment vector.

Description Usage Arguments See Also Examples

View source: R/plotting_functions.R

Description

Plots A/B compartment vector.

Usage

1
plot_pc_vector(pc, colors = c("blue", "red"), ...)

Arguments

pc

numeric vector

See Also

do_pca on A/B compartments and how to determine them, HiCcomparator object on real data example of compartments and plotting them (examples section)

Examples

1
2
3
4
# for real data example check ?HiCcomparator
# below is with simulated data
v <- sin(seq(1, 10, length.out = 100))
plot_pc_vector(v)

rz6/DIADEM documentation built on Dec. 31, 2019, 3:51 a.m.