View source: R/plot_sample_pca.R
plot_sample_pca__sample_in_contrast | R Documentation |
helper function for use-case beyond making a report using standard analysis_quickstart() workflow; PCA on the subset of samples-of-interest from some contrast
plot_sample_pca__sample_in_contrast(
dataset,
contr,
sample_label_property = "auto"
)
dataset |
your dataset after application of dea. eg; results from analysis_quickstart() |
contr |
the exact name of the contrast. Example; "contrast: ctrl1,ctrl2 vs phenotype1,phenotype2,phenotype3" This should be one of the columns in dataset$samples table (which are generated by the setup_contrasts() function) |
sample_label_property |
see plot_sample_pca() function for params |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.