snapatac2.PyDNAMotifScanner.exists#
- PyDNAMotifScanner.exists(seqs, pvalue=1e-05, rc=True)#
Batch check if the motif exists in the given sequences above the specified p-value threshold.
This performs parallel computation over the input sequences.
- Parameters:
- Returns:
A list of booleans indicating whether the motif exists in each sequence.
- Return type: