selkamand / sigminerUtils

Easily Run Sigminer Analysis and Save Results to sqlite DB
Other
0 stars 0 forks source link

consolidate umaps from different classes into a single RDS file #10

Closed selkamand closed 1 month ago

selkamand commented 1 month ago

Its cumbersome to have to supply sig_analyse_mutations with 5 different UMAP reference Rds files for each signature class (SBS96/ID83/etc..)

Instead, we should just consolidate all the umap objects into a list and store that list as an Rds

selkamand commented 1 month ago

Can't do this with uwot: will need to keep them separate https://github.com/selkamand/sigminerUtils/issues/15