This function takes an object of class iCellR and provides plots for clonotypes.
clono.plot(
x = NULL,
plot.data.type = "tsne",
clonotype.column = 1,
barcode.column = 2,
clono = NULL,
conds.to.plot = NULL,
clust.dim = 2,
cell.size = 1,
cell.colors = c("red", "gray"),
box.cell.col = "black",
back.col = "white",
cell.transparency = 1,
interactive = TRUE,
out.name = "plot"
)
An object of class iCellR.
An object of class iCellR.
Choose from "tsne" and "pca", default = "tsne".
The column which has the clonotype IDs, default = 2.
The column which has the barcode IDs, default = 1.
A clonotype name to be plotted, default = NULL.
Choose one condition you want to see in the plot, default = NULL (all conditions).
2 for 2D plots and 3 for 3D plots, default = 2.
A number for the size of the points in the plot, default = 1.
Colors for heat mapping the points in "scatterplot", default = c("gray","red").
Choose a color for box default = "black".
A color for the plot background, default = "black".
Color transparency for points, default = 0.5.
If set to TRUE an intractive HTML file will be created, default = TRUE.
If "interactive" is set to TRUE, the out put name for HTML, default = "plot".