Description Usage Arguments Value Author(s)
View source: R/functions_main.R
This function determines and plots the relative occurence of boolean features for all samples and all genes.
1 2 | AlleleProfileR.batch.summary(config, table = F, plot = T,
param = "wt", subset = NULL)
|
config |
Configuration list, as generated by AlleleProfileR.setup. |
table |
Sumarized the results as a table? |
plot |
Plot results? |
param |
Parameter to plot. Default is wt. |
subset |
List of the IDs of samples table and the IDs of the genes of interest in the genes table. If set to NULL, all samples will be analysed for all genes. Default is NULL. |
Summary table and/or heat map. The color of the heat map represents proportion, whereas the tile label indicates total number of alleles.
Arne Bruyneel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.