R/Plots.R
GOboxplot.Rd
boxplot showing enrichment score of child or parent GOs of specific GO
GOboxplot(SeuratObj, goid = NULL, type = "child", pointsize = 1, flip = FALSE)
SeuratObj | Object of class "Seurat" |
---|---|
goid | specific GO ID |
type | "child","parent", show child or parent GOs of specific GO |
pointsize | size of point |
flip | whether to flip the coordinates |
if (FALSE) { GOboxplot(SeuratObj, goid = "GO:0002576", type = "child") GOboxplot(SeuratObj, goid = "GO:0002576", type = "parent", flip = T) }