getCombinedDataSet | R Documentation |
CombinedDataSet
Construct a CombinedDataSet
object with Seurat clustering results and clonotype information . Additional helper methods
for manipulating CombinedDatSet
objects are also described below.
getCombinedDataSet(TCR, seurat, ...)
seurat |
An integrated Seurat object. The object must contain clustering results and saved as 'clusters', and must have cell barcodes saved as 'cell.id' |
scTCRseq |
The preprocessed scTCR-seq data. See details |
The input scTCR-seq needs to be a dataframe, and alpha chain and beta chain need to be paired. If you have multiple sets of scTCR-seq from more than one sample, the data needs to be combined into one.
The seurat object must contain clustering results and saved as 'clusters', contain cell barcodes saved as 'cell.id' and also need to have UMAP coordinates for cells.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.