Description Usage Arguments Value Examples
View source: R/combineContigs.R
This function consolidates a list of TCR sequencing results to the level of
the individual cell barcodes. Using the samples and ID parameters, the
function will add the strings as prefixes to prevent issues with repeated
barcodes. The resulting new barcodes will need to match the seurat or SCE
object in order to use, @seealso combineExpression
. Several
levels of filtering exist - remove or filterMulti are parameters that
control how the function deals with barcodes with multiple chains
recovered.
1 2 3 4 5 6 7 8 9 |
df |
List of filtered contig annotations from 10x Genomics. |
samples |
The labels of samples. |
ID |
The additional sample labeling option. |
cells |
The type of T cell - T cell-AB or T cell-GD |
removeNA |
This will remove any chain without values. |
removeMulti |
This will remove barcodes with greater than 2 chains. |
filterMulti |
This option will allow for the selection of the 2 corresponding chains with the highest expression for a single barcode. |
List of clonotypes for individual cell barcodes
1 2 | combineTCR(contig_list, rep(c("PX", "PY", "PZ"), each=2),
rep(c("P", "T"), 3), cells ="T-AB")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.