Description Usage Arguments Value
View source: R/geneSetAnalysis.R
Compute the overlap distance between two gene sets, defined as (number of overlapping genes) / (number of unique genes in the union of gene sets).
1 | overlapDistance(geneSets, gs1, gs2)
|
geneSets |
A data.table with columns "gs_name" (gene set name) and "ensembl_gene" (ENSEMBL gene ID) which lists the genes in each gene set |
gs1 |
The name of gene set 1 |
gs2 |
The name of gene set 2 |
The overlap distance, as defined in the description, between the two gene sets
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.