You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found out that I kept getting empty dictionaries for region_to_gene_importances and region_to_gene_correlation in function calculate_regions_to_genes_relationships.
This is how my scplus_obj looks so far:
>>> scplus_obj
SCENIC+ object with n_cells x n_genes = 380 x 27301 and n_cells x n_regions = 380 x 13303
metadata_regions:'Chromosome', 'Start', 'End', 'Width', 'cisTopic_nr_frag', 'cisTopic_log_nr_frag', 'cisTopic_nr_acc', 'cisTopic_log_nr_acc'
metadata_genes:'gene', 'HumanSymbol', 'ZebrafishSymbol', 'MedakaSymbol'
metadata_cell:'celltype'
menr:'CTX_topics_otsu_All', 'CTX_topics_otsu_No_promoters', 'DEM_topics_otsu_All', 'DEM_topics_otsu_No_promoters', 'CTX_DARs_region_bin_topics_top3k_All', 'CTX_DARs_region_bin_topics_top3k_No_promoters', 'DEM_DARs_region_bin_topics_top3k_All', 'DEM_DARs_region_bin_topics_top3k_No_promoters', 'CTX_DARs_markers_dict_All', 'CTX_DARs_markers_dict_No_promoters', 'DEM_DARs_markers_dict_All', 'DEM_DARs_markers_dict_No_promoters'
Before calculate_regions_to_genes_relationships:
At first I was running get_search_space on all default parameters, and end up getting negative Start positions (which doesn't make sense) and negative Distances. (By the way, it seems like users will not be warned when negative numbers occur and no code are handling this situation. Indeed, users should pass in upstream/downstream range according to their target species genome size, but lots of people like to run software on default first, and in some rare cases, this could happen)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Dear team,
I found out that I kept getting empty dictionaries for
region_to_gene_importances
andregion_to_gene_correlation
in functioncalculate_regions_to_genes_relationships
.This is how my scplus_obj looks so far:
uns keys I managed to obtain:
search space and Cistromes:
Before
calculate_regions_to_genes_relationships
:At first I was running
get_search_space
on all default parameters, and end up getting negative Start positions (which doesn't make sense) and negative Distances. (By the way, it seems like users will not be warned when negative numbers occur and no code are handling this situation. Indeed, users should pass in upstream/downstream range according to their target species genome size, but lots of people like to run software on default first, and in some rare cases, this could happen)What I have done:
True
;Still have all empty
region_to_gene_importances
andregion_to_gene_correlation
.Any help will be much appreciated!
Thanks in advance,
Yao
Beta Was this translation helpful? Give feedback.
All reactions