Readonly
sequenceSequence ID where match was found
Readonly
startStart position (0-based)
Readonly
endEnd position (exclusive, 0-based)
Readonly
lengthLength of the match
Readonly
strandStrand where match was found
Readonly
matchedMatched sequence content
Readonly
mismatchesNumber of mismatches (for fuzzy matching)
Readonly
scoreScore/confidence of match (0-1)
Readonly
patternOriginal pattern that was searched
Optional
Readonly
contextAdditional context sequence around the match
Motif location result from pattern search operations
Represents a found pattern within a sequence with detailed biological context including strand information and match quality.