CLfeats {ontoProc} | R Documentation |
produce a data.frame of features relevant to a Cell Ontology class
CLfeats(ont, tag = "CL:0001054")
ont |
instance of ontologyIndex ontology |
tag |
character(1) a CL: class tag |
a data.frame instance
This function will look in the intersection_of and has_part, lacks_part components of the CL entry to find properties asserted of or inherited by the cell type identified in 'tag'
cl = getCellOnto() pr = getPROnto() go = getGeneOnto() CLfeats(cl, tag="CL:0001054")