CRISPR.editAliases(dna: CrisprInterface,): CrisprInterface
Static method to edit aliases in the CRISPR DNA.
dna: CrisprInterface
- The CRISPR DNA to edit.
The edited CRISPR DNA.
CRISPR.editAliases(dna: CrisprInterface,): CrisprInterface
Static method to edit aliases in the CRISPR DNA.
dna: CrisprInterface
The edited CRISPR DNA.
Add Package
deno add jsr:@stsoftware/neat-ai
Import symbol
import { CRISPR } from "@stsoftware/neat-ai";
---- OR ----
Import directly with a jsr specifier
import { CRISPR } from "jsr:@stsoftware/neat-ai";