reneshbedre / bioinfokit

Bioinformatics data analysis and visualization toolkit
MIT License
333 stars 77 forks source link

Highlighting points of interest #57

Open ConstanzeT opened 1 year ago

ConstanzeT commented 1 year ago

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)

grafik

reneshbedre commented 1 year ago

Currently, you can not change the shape of the genes provided by genenames parameter. I will add this request to my development list. Thank you.