matrix_info {geneExpression} R Documentation

get matrix summary information

Description

Usage

matrix_info(file);

Arguments

file

could be a file path or the HTS matrix data object

Details

Authors

phenotype_kit

Value

A tuple list object that contains the data information which is extract from the given file: 1. sampleID: a character vector that contains the matrix sample information(column features name) 2. geneID: a character vector that contains the matrix gene features information(row features name) 3. tag: the matrix source tag label, could be the file basename if the given input file is a file path to the matrix.

the list data also has some specificied data fields: list(sampleID, geneID, tag).

clr value class

Examples

 str(matrix_info(file = "/path/to/expr_mat.csv"));

[Package geneExpression version 1.0.0.0 Index]