
Check if Linkages are Valid
valid_linkages.Rd
Valid linkages are in the form of "a1-2", "b1-4", "a?-1", etc.
Specifically, the pattern is xy-z
:
x
: the anomer, either "a", "b", or "?".y
: the first position, either "1", "2" or "?".z
: the second position, either a 1-9 digit or "?". Can also be multiple positions separated by "/", e.g. "1/2/3". "?" could not be used with "/".