Description Usage Arguments Value Author(s)
View source: R/functions_main.R
This is the main function for processing the sequencing data to determine genetic variants.
1 2 | AlleleProfileR.batch(config, cores = 1, subset = NULL,
summarize = TRUE)
|
config |
Configuration list, as generated by AlleleProfileR.setup. |
cores |
Number of CPU cores to be used for processing. |
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. |
summarize |
Generate ummary tables and exported as .csv files. Default is TRUE. |
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.