Last chance! 50% off unlimited learning
Sale ends in
skeinIterator(points3D, ends, M = c())
points3D
, ends
, signs
and M
, which are respectively the
coordinates, separators of the current configuration, the skein signs of the
ancestors (inner vertices) and the intersection matrix of the current configuration.HOMFLYpolynomial
,
protein <- makeExampleProtein()
protein <- AlexanderBriggs(protein$A)
## Compute the skein tree
tree <- skeinIterator(protein$points3D, protein$ends)
str(tree)
Run the code above in your browser using DataLab