Description Usage Arguments Value Examples
This function will allow for the visualizing the distribution ofthe V-genes of the TCR by categroical variables.
1 2 3 4 5 6 7 8 |
df |
The product of combineTCR(), combineBCR(), or expression2List(). |
TCR |
Which TCR chain to use, TCR1 = TCRA or TCR2 = TCRB |
facet.x |
Categorical variable which to seperate by along x-axis |
facet.y |
Categorical variable which to seperate by along y-axis |
fill |
Categorical variable which to add color to bar chart |
exportTable |
Returns the data frame used for forming the graph. |
ggplot bar diagram of vgene counts
1 2 3 4 5 6 | #Making combined contig data
x <- contig_list
combined <- combineTCR(x, rep(c("PX", "PY", "PZ"), each=2),
rep(c("P", "T"), 3), cells ="T-AB")
vizVgenes(combined, TCR = "TCR1", facet.x = "sample")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.