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
Since my previous project had only 3 celltypes, plot_gene and plot_event aren't very flexible to look at multiple different dimensions of the data at a time. I'd like to use the features of sns.factorplot and have the data be flexible enough so that plot_gene("RBFOX1", x="Lobe", hue="diagnosis", col="tissue") would work
Since my previous project had only 3 celltypes,
plot_geneandplot_eventaren't very flexible to look at multiple different dimensions of the data at a time. I'd like to use the features ofsns.factorplotand have the data be flexible enough so thatplot_gene("RBFOX1", x="Lobe", hue="diagnosis", col="tissue")would work