snapatac2.datasets.Meuleman_2020#
- snapatac2.datasets.Meuleman_2020()[source]#
Fetch grouped transcription factor motifs from Meuleman 2020.
Use these curated motifs from [Meuleman20] to scan genomic sequences or run motif enrichment. Each returned motif has
nameset to the parsed motif name andfamilyset to the motif-family label parsed from the motif identifier.- Returns:
Motif objects with populated
nameandfamilyattributes.- Return type:
list[PyDNAMotif]
See also
motif_enrichmentcompute motif enrichment.
Examples
>>> import snapatac2 as snap >>> motifs = snap.datasets.Meuleman_2020() >>> hasattr(motifs[0], "family") True