Write10X: Write sparse matrix using the 10X file format

View source: R/input_output.R

Write10XR Documentation

Write sparse matrix using the 10X file format

Description

Write sparse matrix using the 10X file format

Usage

Write10X(
  m,
  out.dir,
  feature_id = NULL,
  feature_short_name = NULL,
  feature_type = "Gene Expression"
)

Arguments

m

Sparse matrix (features x barcodes)

out.dir

Output directory

feature_id

Vector of feature IDs (i.e. ENSEMBL IDs)

feature_short_name

Vector of feature short names (i.e. gene symbols)


yanwu2014/perturbLM documentation built on Aug. 24, 2023, 2:28 p.m.