View source: R/array_qc_utils.R
array_PlotMDS | R Documentation |
Generate MDS QC Plot
array_PlotMDS( se, assay_name = "exprs", condition = NULL, filter_quality = TRUE, html_output = FALSE, output_dir = "./" )
se |
SummarizedExperiment file to be analysed |
assay_name |
Assay name to be analysed (exprs, norm_exprs or batch_exprs) |
condition |
List of conditions to plot, e.g naive (Default:NULL) |
filter_quality |
Boolean value if samples with RNA_QC_passed = FALSE should be excluded (Default:TRUE) |
html_output |
Boolean value if html output should be created (Default:FALSE) |
output_dir |
html file output dir, if html_output is TRUE (Default:current directory) |
MDS plot of study
Liis Kolberg
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.