human_hox_genes | R Documentation |
This dataset represents the positions and clusters of various human HOX genes. HOX genes are a group of related genes that control the body plan of an embryo along the head-tail axis. The dataset includes genes from HOXA, HOXB, HOXC, and HOXD clusters.
human_hox_genes
A data frame with 39 rows and 6 columns:
HGNC symbols for the HOX genes. A character vector.
Chromosome number where each gene is located. A numeric vector.
Start positions of the genes on the chromosome. A numeric vector.
End positions of the genes on the chromosome. A numeric vector.
-1 for reverse and 1 for forward.
Cluster identification as a character vector, specifying the HOX gene cluster (HOXA, HOXB, HOXC, HOXD).
Simplified names for the HOX genes. A character vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.