Description Usage Arguments Value Author(s)
View source: R/functions_main.R
This function determines summary statistics and plots heatmaps of the allelic variants.
1 2 3 4 5 6 | AlleleProfileR.sample.distribution.boolean(pipe_config, sample.id = NA,
gene.id = NA, plot = TRUE, plotparam = c("wt", "fs", "snp", "atg",
"coding", "stop", "pstop", "sm", "lg", "utr", "cryptic", "error"),
alternate = NULL, title = TRUE, axis.text.size = 8,
legend.text.size = 6, display_other = T, ylabels = TRUE,
order = NULL)
|
pipe_config |
congifuration object |
sample.id |
Sample id, from samples object. |
gene.id |
Gene id, from genes table. |
plot |
Plot results? |
plotparam |
names of the parameters to plot |
alternate |
Alternate reference for labeling the HDR variant, as defined by AlleleProfileR.alternatereference. |
title |
If TRUE, a title will be included in the graph. |
axis.text.size |
The size of the axis labels. Default is 8. |
legend.text.size |
The size of the legend labels. Default is 6. |
display_other |
Display the 'other' allele. Default is TRUE. |
ylabels |
Print ylabels. Default is TRUE. |
order |
ordering variable |
Table and/or plot.
Arne Bruyneel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.