acorg / Racmacs

Racmacs R package for performing antigenic cartography
https://acorg.github.io/Racmacs/
GNU Affero General Public License v3.0
20 stars 9 forks source link

Can not view 3d maps with EGG shape antigens #124

Open drserajames opened 2 years ago

drserajames commented 2 years ago

If any of agShape(map) are set to "EGG", then the no points are shown in the viewer.

library(Racmacs)
set.seed(850909)
dat <- matrix(10*2^round(10*runif(100)), ncol=10)
map <- make.acmap(dat, number_of_dimensions = 3)
view(map)
agShape(map)[1] <- "EGG"
view(map)
davipatti commented 2 years ago

Gabi mentioned the same thing for triangle points.