The compare app doesn't allow you to specify a plotting method. We set the plotting method internally to be PCA. I would like to change the code so we can allow other visualisations. This of course is tricky if we want to use the remap function as this only works with PCA. We could allow a call to method e.g. method = "t-SNE" only if remap = FASLE then this wouldn't break the call to remap. What do you think @lgatto
The compare app doesn't allow you to specify a plotting method. We set the plotting method internally to be PCA. I would like to change the code so we can allow other visualisations. This of course is tricky if we want to use the remap function as this only works with PCA. We could allow a call to
methode.g.method = "t-SNE"only ifremap = FASLEthen this wouldn't break the call toremap. What do you think @lgatto