In [1]:
import skbio # import the scikit-bio package
# do some notebook configuration
from __future__ import print_function
from IPython.core import page
page.page = print
BiologicalSequence objectFirst we'll review the test code so we can get an idea of the expected funcitonality of BiologicalSequence.k_words.
Next we'll look at the actual k_words code, which we can do with psource.
In [4]:
%psource skbio.sequence.BiologicalSequence.k_words
In [ ]:
In [ ]: