Nucleosome
|
|
appearance as argument number 1 |
(documentation Nucleosome EnglishLanguage "A Nnucleosome is the fundamental subunit of Chromatin. It is the basic structural unit of DNA packaging in eukaryotes. The structure of a nucleosome consists of a segment of DNA wound around eight Histone proteins and resembles thread wrapped around a spool. [Wikipedia]") | VirusProteinAndCellPart.kif 619-622 | |
(subclass Nucleosome CellPart) | VirusProteinAndCellPart.kif 618-618 | Nucleosome 是 细胞部分 的 subclass |
antecedent |
(=> (instance ?N Nucleosome) (exists (?D ?H) (and (instance ?D DNAMolecule) (instance ?H Histone) (part ?D ?N) (part ?H ?N)))) |
VirusProteinAndCellPart.kif 624-631 |
consequent |
(=> (instance ?X Chromotin) (exists (?COLL ?N) (and (instance ?COLL Collection) (located ?COLL ?X) (member ?COLL ?N) (instance ?N Nucleosome)))) |
VirusProteinAndCellPart.kif 609-616 |