draw_pca_laser: Draw PCA laser

draw_pca_laserR Documentation

Draw PCA laser

Description

R function to draw a PCA from a LASER dataframe

Usage

draw_pca_laser(x, y = NULL, pc_x = "PC1", pc_y = "PC2",
  bam_file_string = NULL, plot_names = FALSE, size_of_name = 3)

Arguments

x

dataframe of reference data

y

dataframe of sample data

pc_x

x-axis pc

pc_y

y-axis pc

bam_file_string

string to remove from sample names

plot_names

do we want to plot sample names

size_of_name

size of name to plot


teasdalm/rPCA documentation built on Feb. 28, 2023, 5:06 a.m.