/**Complement*/
if (checkComplement) {
if (otherProbe.getTags().size() > tagpos) {
//Get the tag from the other probe
tag = otherProbe.getTagAt(tagpos);
tagseq = tag.seqString();
//Search for the tag sequence in this probe
occurrences = tsc1.getOccurrences(NucleotideSequenceHandler.
getRevComp(tag,
thisProbe.getType()), thisSeq, tag.getType(),
otherProbe.getType(), true);