Description Usage Arguments Details Author(s)
VizVDJDist
visualizes clonotype distributions for each sample in a
seurat object as histograms as well as barcharts comparing clonotype
proportions between them.
1 2 | VizVDJDist(scrna, outdir, g.by = NULL, o.by = NULL, n.clono.c = 10,
n.clono.g = NULL)
|
scrna |
Seurat object with clonotype data added to
metadata with |
outdir |
Path to output directory. |
g.by |
Metadata column to group samples by. If not provided, only histograms of clonotypes will be saved. |
o.by |
Vector containing names of members of each group to sort by
within the group. Ignored if |
n.clono.c |
Number of top clonotypes to plot for comparison barchart.
Ignored if |
n.clono.g |
Number of clonotypes to show in group-specific histograms. All are shown by default. |
Cells with no clonotypes are still included in determining clonotype frequencies, but NA is removed from subsequent graphs.
Jared Andrews
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.