Human Aldolase B Protein
Source:
Human (Homo sapiens)
Accession:
CAA25572.1
Gene Name:
ALDOB
Gene Location:
9q31.1
Number of AA:
364
Description:
Aldolase is one of the key enzymes in the process of glycolysis. In humans, three aldolase isoenzymes are found: Aldolase A, Aldolase B, and Aldolase C. Aldolase B is primarily found in the kidney, small intestine, and liver.
Accession:
CAA25572.1
setTimeout(() => {
let backupModels = document.querySelectorAll(‘.bp3d_backup_view’);
if(backupModels.length > 0){
backupModels.forEach(element => {
if(element){
element.style.display = ‘block’;
setTimeout(() => {
let adminMessages = document.querySelectorAll(‘.bp3d_admin_message’);
if(adminMessages.length > 0){
adminMessages.forEach(adminMessage => {
if(adminMessage){
adminMessage.style.display = ‘block’;
}
});
}
}, 5000);
}
});
}
}, 5000);