lgatto / pRolocGUI

Interactive visualisation and exploration of spatial proteomics data
http://lgatto.github.io/pRolocGUI
7 stars 5 forks source link

extra point added to plot (likely indexing issue) #104

Closed lmsimp closed 3 years ago

lmsimp commented 3 years ago
library(pRolocdata)
data(hyperLOPIT2015)
fData(hyperLOPIT2015)$markers[1] <- "test"
pRolocVis(hyperLOPIT2015)

image

@lmsimp to investigate and fix - likely need a drop = FALSE somewhere in a data.frame as only happens when we have a marker class with one member

lmsimp commented 3 years ago

fixed in PR #105