loadMat: Load gene x cell count matrix into seurat object

View source: R/M1_functions.R

loadMatR Documentation

Load gene x cell count matrix into seurat object

Description

Load gene x cell count matrix into seurat object. For intended performance, first column of spreadsheet must contain gene names, and first row of spreadsheet must contain cell names.

Usage

loadMat(file, dir)

Arguments

file

Matrix file name. (.csv, .tsv supported)

dir

Character. folder containing import_set file

Value

list containing Seurat Object and named gene vector.


NMikolajewicz/scMiko documentation built on June 28, 2023, 1:41 p.m.