readPattern {geneExpression} R Documentation

read the cmeans expression pattern result from file

Description

Usage

readPattern(file,
    samples = NULL);

Arguments

file

a binary data pack file that contains the expression pattern raw data. if this file is given by a csv file, then this csv file should be the cmeans cluster membership matrix outtput. [as string]

samples

should be a csv file path to the sample matrix data if the input `file` is a csv membership matrix file. [as string]

Details

this function can also read the csv matrix file and then cast as the expression pattern data object.

Authors

phenotype_kit

Value

this function returns data object of type ExpressionPattern.

clr value class

Examples


[Package geneExpression version 1.0.0.0 Index]