Description Usage Arguments Value Examples
A chi square test to assess the goodness of fit of the clonal : sub-clonal clouds. This test can be used to obtain outliers that do not fit into the proposed clonal deconvolution space.
1 |
x |
A |
A list of two objects. x is same as the input dataframe
with addede columns named expected VAF_, chi_sq_
and P value_ corresponding to each cloud of clone : Sub-clone combination. rej is a subset of x
containing variants
that fail the test for at least one cloud.
expected VAF_ represents estimated variant allele frequencies for a given cloud.
chi_sq_ is the Chi square test statistic for the cloud.
P value_ is the P value corresponding to the chi_sq_ statistic.
1 2 | #test<-T.goodness.test(test.dat)
#head(test)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.