Internal use. This function creates a barplot depicting the number of vertex features per class for every edge feature. To use this function one has to split first the file (or not if it is small) with the funciton chunk2
1 2 3 4 5 6 7 8 9 10 11 12 13 | barplot_VertexsPerEdgeFeature(
SplitFile,
title = "Vertex Features per class",
AnnotationWithColors,
ggrepelL = TRUE,
xlb = "Gene",
szggrepel = 2.5,
szTitle = 12,
szaxisTxt = 12,
szaxisTitle = 12,
szLegendText = 10,
szLegendKey = 1
)
|
ggplot object for a barplot depicting the number of vertex features per class for every edge feature
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.