filterMotifs
Selectes motifs from a meme file based on the number of sites.
filterMotifs(memeFile,outFile, minSites)
memeFileMEME file to be readoutFileMEME file to be writtenminSitesminimum number of sites each motif needs to have to be validreturnsnothing
>>> import AGEpy as age
>>> age.filterMotifs("/path/to/input.meme","/path/to/output.meme", 15)