Cephalotes crenaticeps
Entrez | PubMed | Nucleotide | Protein | Genome | Structure | PMC | Taxonomy | BioCollections |
complete name wild card token set phonetic name taxonomy id |
Cephalotes crenaticepsTaxonomy ID: 606689 (for references in articles please use NCBI:txid606689) NCBI BLAST name: ants Rank: species Genetic code: Translation table 1 (Standard) Mitochondrial genetic code: Translation table 5 (Invertebrate Mitochondrial)
|
|
Information from sequence entries
Show organism modifiers
var meta = document.createElement('meta');meta.name="ncbi_pdid";meta.content="info";document.getElementsByTagName('head')[0].appendChild(meta);
Disclaimer: The NCBI taxonomy database is not an authoritative
source for nomenclature or classification - please consult the
relevant scientific literature for the most reliable information.
Comments and questions to
info@ncbi.nlm.nih.gov
[Help] | [Search] | [NLM NIH] | [Disclaimer] |
function listToggleF()
var togres = this.classList.toggle("activef");
//var content = this.nextElementSibling;
var content = this.parentElement;
if (!togres)
content.style.maxHeight = this.scrollHeight;
else
content.style.maxHeight = content.scrollHeight + "px";
function listToggleO()
var togres = this.classList.toggle("activeo");
//var content = this.nextElementSibling;
var content = this.parentElement;
if (togres)
content.style.maxHeight = this.scrollHeight;
else
content.style.maxHeight = content.scrollHeight + "px";
var coll = document.getElementsByClassName("nomrelfolded");
for (var i = 0; i < coll.length; i++)
var content = coll[i].parentElement;
content.style.maxHeight = coll[i].scrollHeight;
coll[i].style.content = "229f";
coll[i].addEventListener("click", listToggleF);
coll = document.getElementsByClassName("nomrelopen");
for (var i = 0; i < coll.length; i++)
coll[i].addEventListener("click", listToggleO);