pilotpy.pl.plot_gene_list_pattern

pilotpy.pl.plot_gene_list_pattern(gene_list: list, cell_type: str, sample_col: str = 'sampleID', time_col: str = 'Time_score', path_to_results: str = 'Results_PILOT/', plot_color: str = 'tab:orange', points_color: str = 'viridis', fontsize=14)

Parameters

gene_listlist

DESCRIPTION.

cell_typestr

DESCRIPTION.

sample_colstr, optional

DESCRIPTION. The default is ‘sampleID’.

time_colstr, optional

DESCRIPTION. The default is ‘Time_score’.

path_to_resultsstr, optional

DESCRIPTION. The default is ‘Results_PILOT/’.

plot_colorstr, optional

DESCRIPTION. The default is ‘tab:orange’.

points_colorstr, optional

DESCRIPTION. The default is ‘viridis’.

fontsizeTYPE, optional

DESCRIPTION. The default is 14.

Returns

Plot

Plot genes pattern for specific cell type