View source: R/VariantWiseCorrelation.R
VariantWiseCorrelation | R Documentation |
We correlate the variants with each other using the Pearson correlation. This function calls CalculateCorrelationPValue to perform the actual correlation.
VariantWiseCorrelation(
variants_list,
n_cores = 1,
p_value_adjustment = "fdr",
value_type = "consensus",
verbose = TRUE
)
variants_list |
List of fraction values. |
n_cores |
Number of cores you want to use. Numeric. |
p_value_adjustment |
Method for P value adjustment. See p.adjust for details. |
value_type |
Are we using consensus or other information? |
verbose |
Should the function be verbose? Default = TRUE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.