Description Usage Arguments Value Examples
This function is a helper function that
computes the shrunk effective size mean, shrunk effective size
standard deviation (sd), p value and adjusted p value of each
feature for the function CytoK
.
1 | CytoKProc(object, group_factor, lowerRho = 2, upperRho = 12, gridRho = 4)
|
object |
an object which is a |
group_factor |
a group level binary categorical
response associated with each sample or column in the
|
lowerRho |
(Optional) lower bound of the kernel parameter. |
upperRho |
(Optional) upper bound of the kernel parameter. |
gridRho |
(Optional) number of grid points in the interval [lowerRho, upperRho]. |
A list of CytoK statistics including
shrunkEffectSizeMean |
the shrunk effective size posterior mean per feature |
shrunkEffectSizeSD |
the shrunk effective size posterior sd per feature |
vec_pValue |
the unadjusted p value per feature |
AdjPvalue_features |
the adjusted p value per feature using the Benjamini-Hochberg procedure. |
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.