Open MUCDK opened 1 month ago
Is there any way to decode the PCA, i.e. given a new embedded cell (generated in the space created with e.g. cds_ref <- preprocess_cds(cds_ref, num_dim=100)), can we linearly decode it using PCA?
cds_ref <- preprocess_cds(cds_ref, num_dim=100)
Is there any way to decode the PCA, i.e. given a new embedded cell (generated in the space created with e.g.
cds_ref <- preprocess_cds(cds_ref, num_dim=100)
), can we linearly decode it using PCA?