mrparse.mr_classify module

Created on 18 Oct 2018

@author: jmht

class MrClassifier(seq_info, do_ss_predictor=True, do_cc_predictor=True, do_tm_predictor=True, tmhmm_exe=None, deepcoil_exe=None)[source]

Bases: object

static generate_consensus_classification(annotations)[source]
get_prediction()[source]
pfam_dict()[source]
class PredictorThread(classifier)[source]

Bases: threading.Thread

run()[source]

Method representing the thread’s activity.

You may override this method in a subclass. The standard run() method invokes the callable object passed to the object’s constructor as the target argument, if any, with sequential and keyword arguments taken from the args and kwargs arguments, respectively.