Description Usage Arguments Details Value
View source: R/create_report.R
Create quality assessment report of Affymetrix CEL files
1 2 3 |
celfiles |
Path to the celfiles directory |
pheno_data |
File name with metadata information from the experiment |
sep |
|
filenames |
A vector containg the names of .CEL files, if only a subset of files are needed to be imported. |
components |
A vector of length 2 containing which principal components to plot |
batch |
Column name corresponding to each replicates on pheno data provided to the |
type |
Column name corresponding to the types of samples (control and treated samples) on pheno data provided to the |
... |
Other arguments to be passed to |
groups |
Column name corresponding to the groups of samples annotation on pheno data provided to the |
pheno_data
is a table containing basic information about the experiment, such as GSMid and sample groups.
It must have at least these two columns (GSMid and sample groups). For PCA plot, one could provide the type of each samples (control or treated)
and the batches (replicates) of each sample on different columns.
Produces an html file with quality assessment plots.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.