Description Usage Arguments Value References See Also Examples
This function perform a Wald test or a Likelihood Ratio Test (LRT) to determine whether a CNV is associated with the phenotype.
1 2 3 |
x |
An object of class 'CNVassoc' |
type |
The statistical test used. Possible values are "Wald" for Wald test or "LRT" for Likelihood Ratio Test |
... |
Further arguments passed to or from other methods |
An object of class 'CNVtest' with methods for the generic function print
, returning the Chi-squared value, its degrees of freedom and the corresponding p-value of CNV significance in the associated test fitted by CNVassoc
function.
Gonzalez JR, Subirana I, Escaramis G, Peraza S, Caceres A, Estivill X and Armengol L. Accounting for uncertainty when assessing association between copy number and disease: a latent class model. BMC Bioinformatics, 2009;10:172.
1 2 3 4 5 |
Loading required package: CNVassocData
Loading required package: mixdist
Loading required package: mclust
Package 'mclust' version 5.4.3
Type 'citation("mclust")' for citing this R package in publications.
Loading required package: survival
----CNV Likelihood Ratio Test----
Chi= 18.75453 (df= 2 ) , pvalue= 8.462633e-05
----CNV Wald test----
Chi= 17.32966 (df= 2 ) , pvalue= 0.0001725492
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.