pca_plot: PCA plot

pca_plotR Documentation

PCA plot

Description

PCA plot

Usage

pca_plot(
  summary_list = NULL,
  top = 1000,
  color = NULL,
  condition = NULL,
  condition_colors = NULL,
  show_cree = TRUE
)

Arguments

summary_list

output from extract_summary

top

Top most variable peaks to consider for PCA. Default 1000

color

Manual colors for each bigWig. Default NULL.

condition

Default. Condition associated with each bigWig. Lines will colord accordingly.

condition_colors

Manual colors for each level in condition. Default NULL.

show_cree

If TRUE draws a cree plot. Default TRUE


scfurl/seqGlue documentation built on Sept. 1, 2024, 11:20 a.m.