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.
NEAT Neural Network. This project is a unique implementation of a neural network based on the NEAT (NeuroEvolution of Augmenting Topologies) algorithm, written in DenoJS using TypeScript.
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";
Import directly with a jsr specifier
import { CRISPR } from "jsr:@stsoftware/neat-ai";