-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Description
The task is to generate new sequences by introducing a random number of mutations at random positions within a specific range of positions, such as [29, 110).
I have the wild-type (WT) sequences, and I need to:
Apply a random number of mutations.
Mutate random positions within the defined range.
I am unsure if any of the available models can achieve this directly. If no suitable model exists, I can implement a method to generate mutations at random positions and then pass each mutated sequence to a model.
The goal is to generate at least 1,000 new sequences.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels