The Motif class stores DNA motif information
dataA sparse, binary, feature x motif matrix. Columns correspond to motif IDs, rows correspond to genomic features (peaks or bins). Entries in the matrix should be 1 if the genomic feature contains the motif, and 0 otherwise.
pwmA named list of position weight matrices
motif.namesA list containing the name of each motif
meta.dataA dataframe for storage of additional information related to each motif. This could include the names of proteins that bind the motif.