write.expr_matrix {geneExpression} R Documentation

write the gene expression data matrix file

Description

Usage

write.expr_matrix(expr, file,
    id = "geneID",
    binary = FALSE);

Arguments

expr

[as Matrix]

file

The file path to a csv matrix file that used for export the given expr. [as string]

id

[as string]

binary

[as boolean]

Details

Authors

phenotype_kit

Value

A logical vector for indicates that the expression matrix save success or not.

clr value class

Examples

 geneExpression::write.expr_matrix(expr_mat, file = "/path/to/matrix.csv", id = "gene_id");

[Package geneExpression version 1.0.0.0 Index]