scPlot
scPlot copied to clipboard
Make scplot compatible with pegasusio
-
In
violin
,heatmap
,scatter
,dotplot
,scatter_matrix
,embedding
,variable_feature_plot
,volcano
,composition_plot
, makeadata
be of eitherAnnData
or PegasusIOMultimodalData
type. And in code, ifadata
is notAnnData
, convert it toAnnData
. -
Add
pegasusio
to dependencies. -
Modify
variable_feature_plot
to be able to plot for Pegasus Seurat flavor highly variable genes.