# Example of creating a sequence motif operator to search for a DNA motif using a regular expression
seq_motif_operator <- SeqMotifOperator(
pattern = "A[TU]G",
sequence_type = "DNA",
pattern_type = "REGEX"
)
print(seq_motif_operator)
Run the code above in your browser using DataLab