LeeWang21
LeeWang21
Hello, I met the same issue when set the `split` and `right_annotation` parameters. Is this issue related to old version? Which version can we use to avoid this issue? Best...
Hi, Thanks for your nicely suggestion and package!! In my case, I finally figured out that when use the `anon_mark`, the **exported figure size will cause annotation in wrong position**....
Hello there, When I run the function `predict_ligand_activities` with the following code: ```R ligand_activities % lapply(get_single_ligand_importances, . ligand_target_matrix = ligand_target_matrix, known = FALSE) %>% . bind_rows() 3. bind_rows(.) 4. list2(...)...
> > Hello there, When I run the function `predict_ligand_activities` with the following code: > > ligand_activities > background_expressed_genes = background_expressed_genes, > > ligand_target_matrix = ligand_target_matrix, > > potential_ligands =...
Hi, I have the same demand !! In my analyses, I found some top ligands with low confidence. Thus, I want to use the bona fide ligand-receptor pairs. Has anyone...