Description Usage Arguments Value Author(s)
View source: R/functions_main.R
This function will recompute summary output files with defined cut-off value to exclude infrequent variants.
1 2 | AlleleProfileR.batch.recompute(config, cutoff = 0, ignore.single = F,
top = 0, subset = NULL)
|
config |
Configuration list, as generated by AlleleProfileR.setup. |
cutoff |
Percent value (0 to 1), representing the treshold read count for a certain allelic variant to be included in further analysis. |
ignore.single |
Ingore alleles representing a single read pair? Default is FALSE. |
top |
Only report the top x variants |
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. |
This function does not return anything. All results are written to .csv files in the output folder.
Arne Bruyneel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.