Transgenic Animals
Transgenesis Step-01
graph TD;
A[Transgenesis Step-01];
B((Biology));
C{Mermaid Version 9.3.0};
D[Subtopic 1];
E[Subtopic 2];
F[Subtopic 3];
A-->B;
A-->C;
B-->D;
B-->E;
C-->F;
Transgenesis Step-02
graph TD;
A[Transgenesis Step-02];
A --> B[Subtopic 1];
A --> C[Subtopic 2];
A --> D[Subtopic 3];
B --> E[Sub-subtopic 1];
B --> F[Sub-subtopic 2];
C --> G[Sub-subtopic 3];
D --> H[Sub-subtopic 4];
Transgenesis Step-03
graph TD;
A[Transgenesis Step-03];
A --> B[Subtopic 1];
A --> C[Subtopic 2];
B --> D[Sub-subtopic 1];
C --> E[Sub-subtopic 2];
E --> F[Sub-sub-subtopic 1];
Few Example of Transgenic Animals
graph TD;
A[Transgenic Animals];
B[Mouse];
C[Pig];
D[Sheep];
E[Rabbit];
F[Fish];
A-->B;
A-->C;
A-->D;
A-->E;
A-->F;
Application of Transgenic Animal
graph TB
A[Application of Transgenic Animal]
A --> B[Pharmaceuticals]
A --> C[Organ Transplant]
A --> D[Genetic Research]
A --> E[Agriculture]
B --> F[Production of Human Proteins]
C --> G[Generation of Organs for Transplant]
D --> H[Understanding Gene Functions]
E --> I[Improving Livestock]