|  | 
        
          | __init__(self,
        results,
        input_active_ids,
        fp_gen=None,
        fp_sim=None,
        id_prop= 's_m_title') |  |  | 
    |  | 
        
          | analyzeFingerprints(self) Create fingerprints from the
 self.resultsstructure 
      files, classifying members of actives and groups based on the ids. |  |  | 
    | tuple | 
        
          | getMaxSimDecoyByActiveId(self,
        active_id) Returns:
      (similarity, id) tuple for the decoy that is most similar to the
 active_id |  |  | 
    | float |  | 
    | float | 
        
          | getStdSimDecoyByActiveId(self,
        active_id) Returns:
      The standard deviation of the mean similarity value for the decoys to
      the
 active_id |  |  | 
    | tuple | 
        
          | getMinSimDecoyByActiveId(self,
        active_id) Returns:
      (similarity, id) tuple for the decoy that is least similar to the
 active_id |  |  | 
    | tuple | 
        
          | getSimHistogramByActiveId(self,
        active_id) Returns:
      (histogram, bin_edges) tuple of numpy arrays for the best decoy 
      similarities to the
 active_id |  |  | 
    |  |  | 
    |  |  | 
    |  |  | 
    |  | 
        
          | writeCsv(self,
        csv_filename= 'active_decoy_fp_analysis.csv')@param csv_filename:
    Path of the file to write.
 |  |  |