The nucleotide pattern symbol to get the complement of
The complement of the given nucleotide pattern symbol
const symbol = new NucleotidePatternSymbol('R');
//pass a valid nucleotide pattern symbol'R' and get it's complement symbol
getNucleotidePatternSymbolComplement(symbol); //returns the nucleotide pattern symbol 'Y'
Get the complement of the given nucleotide pattern symbol