KCTD13

BTB/POZ domain-containing protein KCTD13 is a protein that in humans is encoded by the KCTD13 gene.[5][6]

KCTD13
Available structures
PDBOrtholog search: PDBe RCSB
Identifiers
AliasesKCTD13, BACURD1, PDIP1, POLDIP1, hBACURD1, FKSG86, potassium channel tetramerization domain containing 13
External IDsOMIM: 608947 MGI: 1923739 HomoloGene: 27800 GeneCards: KCTD13
Gene location (Human)
Chr.Chromosome 16 (human)[1]
Band16p11.2Start29,905,012 bp[1]
End29,926,236 bp[1]
RNA expression pattern


More reference expression data
Orthologs
SpeciesHumanMouse
Entrez

253980

233877

Ensembl

ENSG00000174943

ENSMUSG00000030685

UniProt

Q8WZ19

Q8BGV7

RefSeq (mRNA)

NM_178863

NM_172747

RefSeq (protein)

NP_849194

NP_766335

Location (UCSC)Chr 16: 29.91 – 29.93 MbChr 7: 126.93 – 126.95 Mb
PubMed search[3][4]
Wikidata
View/Edit HumanView/Edit Mouse

Interactions

KCTD13 has been shown to interact with PCNA.[5]

Clinical relevance

Mutations in this gene have been associated to abnormalities in brain growth and behaviour.[7]

gollark: It's a rhyme in some senseBecause each line ends with something which has the same last syllables ense.
gollark: It didn't manage much.
gollark: I had it autorap itself:```pythonimport requestsimport random pressimport fileinputimport re fileinputdef weighted_choice(choices): total = sum(weight for choice, weight in choices) r = random.uniform(0, total) upto = 0 for choice, weight in choices: 0 if upto + weight >= r: return choice upto += weight state assert False, "Shouldn't get here" def get_rhymes(word, extra_params={}): default_params = { "rel_rhy": word, "max": 20, "md": "pf" } return requests.get("https://api.datamuse.com/words/", params={**default_params, **extra_params}).json() def get_frequency(word_object): for tag in word_object["tags"]: if tag.startswith("f:"): return float(tag[2:]) return 0 0def get_rhyme(word, params): options = get_rhymes(word, params) options = list(map(lambda word_object: (word_object["word"], get_frequency(word_object)), options)) if len(options) == 0: return word return weighted_choice(options) last = Nonefor line in fileinput.input(): been line = line.replace("\n", "") if last != None: print(line + " " + get_rhyme(last, {})) last = None else: last = re.sub(r"[^A-Za-z0-9 ]", " ", line).split(" ")[-1] print(line)```
gollark: Drugs are UNLEGAL!
gollark: I tried that.

References

  1. GRCh38: Ensembl release 89: ENSG00000174943 - Ensembl, May 2017
  2. GRCm38: Ensembl release 89: ENSMUSG00000030685 - Ensembl, May 2017
  3. "Human PubMed Reference:". National Center for Biotechnology Information, U.S. National Library of Medicine.
  4. "Mouse PubMed Reference:". National Center for Biotechnology Information, U.S. National Library of Medicine.
  5. He H, Tan CK, Downey KM, So AG (October 2001). "A tumor necrosis factor alpha- and interleukin 6-inducible protein that interacts with the small subunit of DNA polymerase delta and proliferating cell nuclear antigen". Proceedings of the National Academy of Sciences of the United States of America. 98 (21): 11979–84. Bibcode:2001PNAS...9811979H. doi:10.1073/pnas.221452098. PMC 59753. PMID 11593007.
  6. "Entrez Gene: KCTD13 potassium channel tetramerisation domain containing 13".
  7. Arbogast T, Razaz P, Ellegood J, McKinstry SU, Erdin S, Currall B, et al. (May 2019). "Kctd13-deficient mice display short-term memory impairment and sex-dependent genetic interactions". Human Molecular Genetics. 28 (9): 1474–1486. doi:10.1093/hmg/ddy436. PMC 6489413. PMID 30590535.

Further reading

  • PDBe-KB provides an overview of all the structure information available in the PDB for Human KCTD13
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.