Correlating the SNVs
CalculateCorrelationPValue.Rd
We perform the correlation of SNVs and calculate the P values.
Usage
CalculateCorrelationPValue(
variant_values,
other_mutation,
all_variants_list,
min_intersecting_cells = 5
)
Arguments
- variant_values
The fraction values you are analysing. A vector.
- other_mutation
All other variants you have. A vector of variant names.
- all_variants_list
List of fraction values for all the variants you want to compare your variant with.
- min_intersecting_cells
Minimum number of intersecting cells. Correlations with less than this will not be performed.