string_overlap | R Documentation |
This function takes in two data frames and calculates the gene overlap within each data frame as well as the overlap between the two data frames.
string_overlap(df1, df2)
df1 |
A data frame containing genes of interest. |
df2 |
A data frame containing genes of interest. |
A list containing three matrices:
df1_ol
A matrix of gene overlap within df1
.
df2_ol
A matrix of gene overlap within df2
.
df12_ol
A matrix of gene overlap between df1
and df2
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.