binaryclass_scatterplot | R Documentation |
This function serves to explore differences in f1-score or entropy of individual genes between different assessed cluster partitions. Genes with large differences between the two assessments are highlighted.
binaryclass_scatterplot( assessment1, assessment2, maplot = F, toplot = "F1", signifi = F, out_doub_dif = NULL, xlabs = NULL, ylabs = NULL, logmean = NULL, size = NULL, label.rectangle = F )
assessment1 |
assessment of a cluster partition for which either f1_score or Entropy computation has been performed based on a derived per gene cutoff. |
assessment2 |
assessment of a second partition derived for the same data. |
maplot |
logical. If |
toplot |
plot either “F1” or “Entropy”. Differences of F1 or Entropy calculations of genes between the assessed cluster partitions. Default = "F1". |
signifi |
logical. if |
out_doub_dif |
vector of gene names of user specified gene sets to highlight. Default = |
xlabs |
character string for x-axis label indicating assessment 1. Default = |
ylabs |
character string for y-axis label indicating assessment 2. Default = |
logmean |
either “log2”, “log10” or NULL. If “log2” or “log10” performs log transformation of the mean expression per gene. Default = |
size |
numeric. Size of the label. Default = |
label.rectangle |
logical. If |
binaryclass_scatterplot(assessmentRC$Sres.1, assessmentRC$Sres.5, maplot = T, logmean = "log2", signifi = T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.