load_mat: Load a Matrix

Description Usage Arguments Value

View source: R/load_mat.r

Description

This function loads a file as a matrix. It assumes that the first column contains the rownames and the subsequent columns are the sample identifiers. Any rows with duplicated row names will be dropped with the first one being kepted.

Usage

1
load_mat(infile)

Arguments

infile

Path to the input file

Value

A matrix of the infile


hankuipeng/HKCluster documentation built on May 27, 2019, 8:45 a.m.