
This generator is open source. Any third-party models, product names, or trademarks referenced are the property of their respective owners, and Proto is not affiliated with them.
Generator contributors
dguo8412
Generator that samples mutations from MSA position-specific distributions.
This generator computes empirical probability distributions for each position
in a multiple sequence alignment, then mutates proposal sequences by sampling
from these distributions.
API Reference
Configuration object for MSAGenerator.This class defines configuration parameters for the MSA generator, which samples
mutations from position-specific probability distributions derived from a multiple
sequence alignment.
MSA
required
Multiple sequence alignment (list of aligned sequences).
integer
default:"1"
Number of positions to mutate per sample
boolean
default:"False"
Whether to include gaps when calculating position probabilities
Usage
python