Description Usage Arguments Details Value Examples
Split each indel from scar form strings and map indel information to cell barcodes
1 | TagProcess(data, Cells = NULL, prefix = NULL)
|
data |
List generate from IndelIdents, for more see |
Cells |
(optional) Dataframe of cells' annotation, with two columns: "Cell.BC" and "Cell.type" |
prefix |
(optional) Indels' prefix |
Title
List with two dataframes: Indels for each cell barcode and cells' annotation
1 2 | data("example_data",package = "LinTInd")
TagProcess(cellsinfo$info,Cells=celltype)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.