@Test
public void testModificationTwoParams() {
Term term =
BELParser
.parseTerm("reaction(reactants(proteinAbundance(HGNC:AR)),products(proteinAbundance(HGNC:AR,proteinModification(A,K632))))");
System.out.println(term.toBELLongForm());
}
@Test
public void testCollidingParamWithFunction() {
Term term = BELParser.parseTerm("proteinAbundance(MGI:t)");