Enter search terms or a module, class or function name.
Mutation matrix accessor function (see ILP()).
1 if gene g is mutated in the given patient, 0 otherwise.
>>> A({"TCGA-01" : ["G2", "G3"], "G2", "TCGA-01"}) 1 >>> A({"TCGA-01" : ["G2", "G3"], "G1", "TCGA-01"}) 0