tomodrgn.commands.subtomo2chimerax.write_labels_rgba_by_model#
- write_labels_rgba_by_model(df_one_tomo: DataFrame, outdir_one_tomo: str) None [source]#
Write a text file specifying the mapping between label value - RGBA color - ChimeraX models associated with this label, for the current tomogram’
- Parameters:
df_one_tomo – volumeseries star file particles dataframe containing label value and label color metadata for only one tomogram’s particles
outdir_one_tomo – output directory to save text file
- Returns:
None