Description Usage Arguments Value
Given a dataframe df formed by sets of genes, this function calculates the Jaccard index of each set with the rest and returns a summary with the information of all the calculated indexes. Among the information returned by this function is the median of all the indexes. The closer the median is to zero, the more independent the sets will be.
1 | jaccardIndex(df, tam)
|
df |
dataframe |
tam |
size of the sets |
summary of Jaccard indexes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.