add_clonotype_annotations | R Documentation |
The original implementation of this idea resides at: https://ucdavis-bioinformatics-training.github.io/2020-Advanced_Single_Cell_RNA_Seq/data_analysis/VDJ_Analysis_fixed
add_clonotype_annotations(scd, start_path, type = "t")
scd |
Seurat object to which we will add some information. |
start_path |
root of the 10x data in which the vdj information should reside. |
type |
The type of VDJ we expect, heavy(B) or light(T). |
The seurat documentation always uses 'obj' for their datastructures; I chose to use 'scd' to signify that I am explicitly adding a couple pieces of information to them. They remain the datastructures returned by seurat.
The Seurat object with some new information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.