The Motif class is designed to store DNA sequence motif information, including motif PWMs or PFMs, motif positions, and metadata.
Slots
dataA feature x motif matrix. Columns correspond to motif IDs, rows correspond to features of interest (for example, genomic regions). Entries in the matrix should be 1 if the feature contains the motif and 0 otherwise.
pwmA named list of position weight matrices
motif.namesA list containing the name of each motif
positionsA
GenomicRanges::GRangesList()object containing exact positions of each motif in the genome.meta.dataA dataframe for storage of additional information related to each motif. This could include the names of proteins that bind the motif.