Description Usage Arguments Value Note Examples
produce a data.frame of features relevant to a Cell Ontology class
| 1 | 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'
| 1 2 3 4 | cl = getCellOnto()
pr = getPROnto()
go = getGeneOnto()
CLfeats(cl, tag="CL:0001054")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.