domainDist {SLGI} | R Documentation |
domainDist
takes a list of shared domains,
and compute for each distinct domain how many gene sets share it.
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
data(AtongFnDomain) domainDist(AtongFnDomain$SharedPfam[1:20])