crToMTX: Takes a CellRanger filtered output and returns a gene matrix

Description Usage Arguments Value Examples

View source: R/data_import.R

Description

Takes a CellRanger filtered output and returns a gene matrix

Usage

1
crToMTX(directory)

Arguments

directory

The path to the directory that contains the filtered_gene_matrices folder

Value

A filtered gene matrix

Examples

1
2
directory <- "/home/users/documents/CRoutput"
matrix <- crToMTX(directory) 

basilkhuder/extendSC documentation built on July 23, 2021, 1:17 p.m.