dpeerlab / Palantir

Single cell trajectory detection
https://palantir.readthedocs.io
GNU General Public License v2.0
213 stars 50 forks source link

KeyError: 'branch_masks not found in ad.obsm' #138

Closed simonekats closed 5 months ago

simonekats commented 5 months ago

I have computed the PR_results but for some reason it s not adding the branch_probs or branch_masks to the adata. When I check pr_res.branch_probs it shows results but not sure why it is not being added to the adata object. Any advice?

katosh commented 5 months ago

Hi @simonekats, thank you for reporting! Could you provide

This might allow us to debug this further.

simonekats commented 5 months ago

Hi!

katosh commented 5 months ago

That looks great! Please provide the outputs of print(ad) for me to be able to help you though.

simonekats commented 5 months ago

AnnData object with n_obs × n_vars = 457 × 1198 obs: 'experiment_id', 'sample_id', 'count_path', 'Project_ID', 'Experiment_ID', 'Sample_ID', 'Media', 'Condition', 'Maturation', 'n_genes', 'n_genes_by_counts', 'total_counts', 'total_counts_mt', 'pct_counts_mt', 'leiden', 'palantir_pseudotime', 'palantir_entropy', 'macrostates_fwd', 'clusters_gradients', 'term_states_fwd', 'term_states_fwd_probs' var: 'highly_variable', 'means', 'dispersions', 'dispersions_norm', 'mean', 'std', 'gene_trends_clusters', 'mean expression' uns: 'Condition_colors', 'Experiment_ID_colors', 'Maturation_colors', 'Project_ID_colors', 'hvg', 'leiden', 'leiden_colors', 'log1p', 'neighbors', 'pca', 'tsne', 'umap', 'DM_EigenValues', 'palantir_waypoints', 'masks_key_columns', 'gene_trend_key_branch_pseudotime', 'branch_names', 'gene_trends_M2_1_pseudotime', 'gene_trends_M2_2_pseudotime', 'gene_trends_M2_pseudotime', 'schur_matrix_fwd', 'eigendecomposition_fwd', 'macrostates_fwd_colors', 'coarse_fwd', 'clusters_gradients_colors', 'term_states_fwd_colors', 'T_fwd_params' obsm: 'X_pca', 'X_tsne', 'X_umap', 'DM_EigenVectors', 'DM_EigenVectors_multiscaled', 'palantir_fate_probabilities', 'branch_masks', 'masks_key', 'schur_vectors_fwd', 'macrostates_fwd_memberships', 'term_states_fwd_memberships', 'lineages_fwd', 'X_fate_simplex_fwd', 'T_fwd_tsne', 'T_fwd_umap' varm: 'PCs', 'gene_trend_key_branch', 'gene_trends_M2_1', 'gene_trends_M2_2', 'gene_trends_M2', 'terminal_lineage_drivers' layers: 'MAGIC_imputed_data' obsp: 'connectivities', 'distances', 'DM_Kernel', 'DM_Similarity'

katosh commented 5 months ago

Its right there: image