MakeMatrices: Generate matrices for clustering analysis

View source: R/MakeMatrices.R

MakeMatricesR Documentation

Generate matrices for clustering analysis

Description

Converts the counts for isoforms into matrices clustered either by cell-type or by barcode.

Usage

MakeMatrices(
  isoQuantOutDir = "IsoQuantOutput/",
  groupBy = "Cell",
  ensemblToClear = NULL,
  convertTo10XoutputFormat = TRUE
)

Arguments

isoQuantOutDir

output directory of IsoQuant function. Defaults to IsoQuantOutput

groupBy

String indicating group for matrix output. Current options involve "Cell" or "Celltype", and defaults to "Cell"

ensemblToClear

A mapping of gene-names from ENSEMBL ids to human readable gene names for downstream analysis. Defaults to mm10 gencode v21 annotation.

convertTo10XoutputFormat

OPTIONAL If grouped by cell, logical inputt indicating whether or not matrix should be converted into a format similar to 10X cellranger output for downstream analysis. Defaults to TRUE

See Also

IsoQuant


noush-joglekar/scisorseqr documentation built on March 18, 2023, 8:06 p.m.