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
make_sample_lr_prod_activity_plots_Omnipath plot is very big. Also, I have three phenotypes for each sample, two conditions per phenotype. Age: Old, Young, Diesase Recurrence: No, Yes. Smoker: No, Yes. Could you provide something to combine multiple analyses? Ideally, it would be possible to plot the Scaled Ligand Activity in Receiver column between different analyses with the union of gene pairs in rows and put a single Omnipath column at the right of the plot to create a concise multi-phenotype plot. I wonder, could group_id be allowed to be a vector? Currently, it is not.
group_id: Name of the meta data column that indicates from which group/condition a cell comes from.
make_sample_lr_prod_activity_plots_Omnipath returns a class patchwork object so users don't have a list of data frames for plots to tinker with. If a list of data frame was the function's return type, users could customise the plot.
make_sample_lr_prod_activity_plots_Omnipath
plot is very big. Also, I have three phenotypes for each sample, two conditions per phenotype. Age: Old, Young, Diesase Recurrence: No, Yes. Smoker: No, Yes. Could you provide something to combine multiple analyses? Ideally, it would be possible to plot the Scaled Ligand Activity in Receiver column between different analyses with the union of gene pairs in rows and put a single Omnipath column at the right of the plot to create a concise multi-phenotype plot. I wonder, couldgroup_id
be allowed to be a vector? Currently, it is not.make_sample_lr_prod_activity_plots_Omnipath
returns a classpatchwork
object so users don't have a list of data frames for plots to tinker with. If a list of data frame was the function's return type, users could customise the plot.It would be great if multinichenetr seamlessly supported multi-phenotypes plotting.
The text was updated successfully, but these errors were encountered: