array_Boxplot: Generate Boxplot QC Plot for n random samples

View source: R/array_qc_utils.R

array_BoxplotR Documentation

Generate Boxplot QC Plot for n random samples

Description

Generate Boxplot QC Plot for n random samples

Usage

array_Boxplot(
  se,
  n = 10,
  assay_name = "exprs",
  filter_quality = TRUE,
  pdf_output = FALSE,
  output_dir = "./"
)

Arguments

se

SummarizedExperiment file to be analysed

n

Number of random samples (Default:10)

assay_name

Assay name to be analysed (exprs, norm_exprs or batch_exprs)

filter_quality

Boolean value if samples with RNA_QC_passed = FALSE should be excluded (Default:TRUE)

pdf_output

Boolean value if pdf output should be created (Default:FALSE)

output_dir

html file output dir, if html_output is TRUE (Default:current directory)

Value

Boxplot plot of sample expression values

Author(s)

Liis Kolberg


kauralasoo/eQTLUtils documentation built on March 12, 2023, 8:50 p.m.