annotateDB | R Documentation |
Use meta database of cdr3 sequences as a reference to cdr3 aa sequence of the single cells.
annotateDB(sc, chains = "TRB", edit.distance = 0)
sc |
Single Cell Object in Seurat or Single-Cell Experiment format |
chains |
TCR chain to use - TRA or TRB |
edit.distance |
Number of amino acid residues different than reference using Levenshtein distance. Distances of <= 2 are optimal. |
Seurat or SingleCellExperiment object with epitope information added to the metadata.
trex_example <- annotateDB(trex_example,
chains = "TRB")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.