load.expr {geneExpression} R Documentation

load an expressin matrix data

Description

Usage

load.expr(file,
    exclude.samples = NULL,
    rm.ZERO = FALSE,
    makeNames = FALSE,
    makeUnique = TRUE);

Arguments

file

exclude.samples

[as string]

rm.ZERO

[as boolean]

makeNames

create the gene id name via the generic make names function when the makeUnique. [as boolean]

makeUnique

[as boolean]

env

[as Environment]

Details

the table file format that handled by this function could be a csv table file or tsv table file.

Authors

phenotype_kit

Value

a HTS data matrix of samples in column and gene features in row

clr value class

Examples

 load.expr(file = "./rawdata.csv")

[Package geneExpression version 1.0.0.0 Index]