nsh87 / receptormarker

Source for 'receptormarker' package for R: antibody receptor and phenotypic marker analysis
http://receptormarker.com
BSD 2-Clause "Simplified" License
4 stars 9 forks source link

No legend when annotating columns by specific value #84

Open nsh87 opened 7 years ago

nsh87 commented 7 years ago

When using rings=c(col='all') then every column value gets annotated and there's a legend to explain which color corresponds to which value. If we instead annotate a column by a specific value, there's no legend: rings=c(col='some_val'). This becomes particularly troublesome when we annotate specific values in multiple columns because then we don't know which ring corresponds to what.

See PR #68