deg.class {geneExpression} R Documentation

set deg class label

Description

Usage

deg.class(deg,
    class.labels = NULL,
    logFC = 1,
    pval.cutoff = 0.05);

Arguments

deg

a vector of the @T:SMRUCC.genomics.GCModeller.Workbench.ExperimentDesigner.DEGModel. [as DEGModel]

class.labels

set deg class label manually;

if this parameter is not specified, then the class label will be evaluated from the log2 fold change and the p-value of each deg result data automatically: the deg data will be labelled as sig when its p-value is less than the pval_cutoff and the absolute value of its log2 fold change is greater than the logFC cutoff, otherwise it will be labelled as not_sig

logFC

[as double]

pval.cutoff

[as double]

Details

Authors

phenotype_kit

Value

a new vector of the DEGModel deg result data that the class property of each deg data has been assigned.

clr value class

Examples


[Package geneExpression version 1.0.0.0 Index]