nitro-bio / nitro-ui

https://storybook.nitro.bio/
MIT License
17 stars 3 forks source link

[Ariadne] Restriction Enzyme support #35

Closed ninjha01 closed 3 months ago

ninjha01 commented 1 year ago

Component Description

I'd like restriction enzyme components for each type of viewer that shows where a restriction enzyme would cut a sequence.

It should support all the enzymes here.

Special Behavior

Enzyme should have a type roughly like:

interface RestrictionEnzyme {
displayName: string;
forwardCutOffset: number;
reverseCutOffset: number;
recognitionSeq: string;
}

Style Variants

Time Estimate

9 hrs.