add_hash: Merge cell hashcoding demultiplexed data with GEX Seurat 3...

View source: R/add.hash.R

add_hashR Documentation

Merge cell hashcoding demultiplexed data with GEX Seurat 3 object with VDJ metadata

Description

This function allows you to fuse the output of hashcode demultiplexing with GEX+VDJ object

Usage

add_hash(
  hash.matrix,
  Seurat_obj,
  sample_name,
  quantile_theshold = 0.99,
  method = c("HTODemux", "MULTIhash")
)

Arguments

hash.matrix

a cellular bacrode vs hashtags matrix

Seurat_obj

Seurat object

Value

Seurat 3 object merged with hashtag demiltiplexed identities in the metadata slot

Examples


A07 <- add_hash(Seurat_objhash, Seurat_obj, 'A14')



GrigoriiNos/rimmi.rnaseq documentation built on April 29, 2022, 5:18 p.m.