draw_pca_laser | R Documentation |
R function to draw a PCA from a LASER dataframe
draw_pca_laser(x, y = NULL, pc_x = "PC1", pc_y = "PC2", bam_file_string = NULL, plot_names = FALSE, size_of_name = 3)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.