Description Usage Arguments Details Value Examples
Function to define a scarform for each cell(single cell) or each reads(bulk seq, generate 'cell barcode' for each reads)
1 | IndelIdents(scarinfo, method.use = NULL, cln)
|
scarinfo |
List generate from IndelForm, for more see |
method.use |
Select how to determine a scar form string for each cell: "reads.num" (default):find the scar with the most reads in the cell; "umi.num":find the scar with the most UMIs in the cell; "consensus":find the consistent sequences in each cell, and then generate scar form strings from the new reads |
cln |
The number of threads |
Title
The list generate from FindIndel, but in 'Scar' element a new column contain scar form strings
1 2 | data("example_data",package = "LinTInd")
IndelIdents(scarinfo,method.use="umi.num",cln=1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.