came.utils.analyze.compute_common_private

came.utils.analyze.compute_common_private(genes1: Sequence, genes2: Sequence, gmap: DataFrame)
compute common and private genes based on a given gene mapping

(e.g.,homologous mapping)

Parameters:
  • genes1 – the two gene sets to compare

  • genes2 – the two gene sets to compare

  • gmap – a DataFrame with at least two columns, storing homologous gene mappings. the first column corresponds to genes1, and the second corresponds to genes2

Returns:

record

Return type:

dict