mtx_load_long: Load MTX file as long format data.frame

View source: R/mtx_balance.R

mtx_load_longR Documentation

Load MTX file as long format data.frame

Description

Load MTX file as long format data.frame

Usage

mtx_load_long(
  path,
  file_matrix = "matrix.mtx",
  file_barcodes = "barcodes.tsv",
  file_features = "genes.tsv",
  matrix_sep = " ",
  matrix_skip = 3,
  matrix_colnames = c("feature", "barcode", "count")
)

Terkild/scutility documentation built on Jan. 16, 2025, 5:28 p.m.