CalculateTcrDiversityFromSeurat | R Documentation |
Calculate TCR a diversity profile for each library in the data
CalculateTcrDiversityFromSeurat(
seuratObj,
groupField,
order1 = 1,
order2 = 200
)
seuratObj |
A seurat object with the following columns: TRA, TRA_V, TRB, TRB_V |
groupField |
The field that defines sample groups. |
order1 |
The minimum order for calculating the generalized Simpson entropy. |
order2 |
The maximum order for calculating the generalized Simpson entropy. |
A data frame with the results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.