CodonU.vizualizer.plot_ca_aa_freq_aa

Module Contents

Functions

plot_ca_aa_freq_aa(handle, genetic_table_num[, ...])

Plots CA of aa frequency for genes with frequency as scale.

CodonU.vizualizer.plot_ca_aa_freq_aa.plot_ca_aa_freq_aa(handle: str, genetic_table_num: int, min_len_threshold: int = 66, n_components: int = 2, organism_name: str | None = None, save_image: bool = False, folder_path: str = 'Report')

Plots CA of aa frequency for genes with frequency as scale.

Parameters:
  • handle – Handle to the file, or the filename as a string

  • genetic_table_num – Genetic table number for codon table

  • min_len_threshold – Minimum length of nucleotide sequence to be considered as gene (optional)

  • n_components – Components for CA (Optional)

  • organism_name – Name of organism (optional)

  • save_image – Options for saving the image (optional)

  • folder_path – Folder path where image should be saved (optional)