Description Usage Arguments Value
View source: R/runAnalyzeSignal.R
A wrapper around analyzeSignalConcordance(Single) function to run for a cohort of trios (or singles)
1 | runAnalyzeSignal(input_data, args, use_cache = FALSE, single = FALSE)
|
input_data |
The input data table ("data") collated with readInputs. |
args |
Global arguments for the dataset analysis run. |
use_cache |
Use pre-calculated object from previous runs which is written every time the function is run into the folder defined by "cache_id" in args. This analysis takes a while on a large dataset. If it is necessary to re-run from scratch set this argument to FALSE. Default is FALSE. |
single |
Use simplified single samples mode instead of a trio. |
A data table with SeeCiTe preparation analysis for all trios and CNVs in the input.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.