BlackListFilter#
- class biopax-explorer.pattern.processing.BlackListFilter(blacklist)[source]#
Bases:
object
A class representing a Black List Filter.
Methods
filter
(sequence)Remove all URIs in the blacklist from the given sequence.
funcf
(el)Function to check if an element is in the blacklist.
Methods Summary
filter
(sequence)Remove all URIs in the blacklist from the given sequence.
funcf
(el)Function to check if an element is in the blacklist.
Methods Documentation