TagProcess: TagProcess

Description Usage Arguments Details Value Examples

View source: R/function.R

Description

Split each indel from scar form strings and map indel information to cell barcodes

Usage

1
TagProcess(data, Cells = NULL, prefix = NULL)

Arguments

data

List generate from IndelIdents, for more see IndelIdents

Cells

(optional) Dataframe of cells' annotation, with two columns: "Cell.BC" and "Cell.type"

prefix

(optional) Indels' prefix

Details

Title

Value

List with two dataframes: Indels for each cell barcode and cells' annotation

Examples

1
2
data("example_data",package = "LinTInd")
TagProcess(cellsinfo$info,Cells=celltype)

mana-W/LinTInd documentation built on Feb. 14, 2022, 10:13 a.m.