Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/getSharedDomains.R View source: R/domainDist.R
domainDist
takes a list of shared domains,
and compute for each distinct domain how many gene sets share it.
1 | domainDist(domainL)
|
domainL |
Each element of the list is a vector of functional domains. |
For each domain that appears in the domain list, domainDist
counts the number of elements that have this domain.
Returns a frequency table with descending order.
Z. Jiang
1 2 | data(AtongFnDomain)
domainDist(AtongFnDomain$SharedPfam[1:20])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.