| CytoK-class | R Documentation |
Objects of this class store needed information to work with a CytoK object
CytoKFeatures returns the data.frame with shrunk
effect size, shrunk effect size sd, unadjusted p value and
adjusted p value for each feature,
CytoKFeaturesOrdered returns the data.frame with shrunk
effect size, shrunk effect size sd, unadjusted p value and
adjusted p value for each feature ordered by unadjusted p value
from low to high,
CytoKDEfeatures returns the percent of differentially
expressed features based on alpha (level of significance),
CytoKData returns the original data object,
CytoKalpha returns the specified level of
significance. Default is alpha=0.05.
CytoKFeatureVars returns the value of featureVars.
Default is NULL.
CytoKFeaturesCytoK features
CytoKFeaturesOrderedCytoK features ordered by adjusted p values
CytoKDEfeaturesPercent of Differentially Expressed CytoK features
CytoKDataOriginal data object passed to CytoK
CytoKalphaValue of alpha argument passed to CytoK
CytoKFeatureVarsValue of featureVars passed
to CytoK. NULL if featureVars is left blank
data <- cbind(matrix(rnorm(1200,mean=2, sd=1.5),
nrow=200, ncol=6), matrix(rnorm(1200,mean=5, sd=1.9),
nrow=200, ncol=6))
data_CytoK <- CytoK(object=data,
group_factor = rep(c(0,1), each=6), lowerRho=2,
upperRho=12,gridRho=4,alpha = 0.05,
featureVars = NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.