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
Hey,
instead of adding labels to some points based on a tuple, could I also use different colours of shapes?
My code looks currently like this:
visuz.GeneExpression.volcano(df=snd_df, lfc='neg|lfc', pv='p-value',geneid="id",genenames=('TRAF5','C12orf56','ATP8B3','PTPRB',
'SCRN2','BTBD17','UBE3A','EED','OR4N4','PPP1R2','DDX39A','PALMD','DYRK2','GZMA','RBBP5','RPL12','RDH12','RPEL1','ZKSCAN2',
'LOC101060389'), plotlegend=True, legendpos='upper right', gstyle=2, color=("#E10600FF", "grey","#00239CFF" ),legendanchor=(1.46,1), sign_line=True, show=True)
The text was updated successfully, but these errors were encountered:
Hey,
instead of adding labels to some points based on a tuple, could I also use different colours of shapes?
My code looks currently like this:
visuz.GeneExpression.volcano(df=snd_df, lfc='neg|lfc', pv='p-value',geneid="id",genenames=('TRAF5','C12orf56','ATP8B3','PTPRB',
'SCRN2','BTBD17','UBE3A','EED','OR4N4','PPP1R2','DDX39A','PALMD','DYRK2','GZMA','RBBP5','RPL12','RDH12','RPEL1','ZKSCAN2',
'LOC101060389'), plotlegend=True, legendpos='upper right', gstyle=2, color=("#E10600FF", "grey","#00239CFF" ),legendanchor=(1.46,1), sign_line=True, show=True)
The text was updated successfully, but these errors were encountered: