limma_table {geneExpression} R Documentation

build limma table model from the dataframe columns

Description

Usage

limma_table(id, logFC, aveExpr, t, pval, adj.pval, b);

Arguments

id

logFC

aveExpr

t

pval

adj.pval

b

Details

Authors

phenotype_kit

Value

a vector of the LimmaTable object that is created from the given column data, all of the input column vectors should be in the same size as the input gene id vector.

clr value class

Examples


[Package geneExpression version 1.0.0.0 Index]