Description Usage Arguments Value References See Also Examples
View source: R/internal_functions.R
These functions calculate the contribution of covariate
or samples to the test statistic.
They are called by the function proprius
.
1 2 3 | intern.sam(y, X, mu, phi)
intern.cov(y, X, mu, phi)
|
y |
response variable: numeric vector of length |
X |
covariate set: numeric matrix with |
mu |
mean parameters: numeric vector of length |
phi |
dispersion parameter: non-negative real number |
Both functions return a numeric vector.
A Rauschenberger, MA Jonker, MA van de Wiel, and RX Menezes (2016). "Testing for association between RNA-Seq and high-dimensional data", BMC Bioinformatics. 17:118. html pdf (open access)
JJ Goeman, SA van de Geer, F de Kort, and HC van Houwelingen (2004). "A global test for groups of genes: testing association with a clinical outcome", Bioinformatics. 20:93-99. html pdf (open access)
This is an internal
function. The user functions
of the R package globalSeq
are cursus
,
omnibus
, and proprius
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.