load_mat: Load data as a matrix source:...

View source: R/load_mat.R

load_matR Documentation

Load data as a matrix source: https://tinyheero.github.io/jekyll/update/2015/07/26/making-your-first-R-package.html

Description

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.

Usage

load_mat(infile)

Arguments

infile

Path to the input file

Value

A matrix of the infile


hans-elliott99/hansR documentation built on April 30, 2022, 12:16 a.m.