load_mat | R Documentation |
This function loads a file as a matrix. It assumes the first column contains the rownames and the subsequent columns are the sample identifiers. Rows with duplicated rownames will be dropped with the first one being kept.
load_mat(infile)
infile |
Path to the input file |
A matrix of the infile
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.