string_overlap: Calculate gene overlap between two data frames

View source: R/Utils.R

string_overlapR Documentation

Calculate gene overlap between two data frames

Description

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.

Usage

string_overlap(df1, df2)

Arguments

df1

A data frame containing genes of interest.

df2

A data frame containing genes of interest.

Value

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.


eisascience/scCustFx documentation built on June 2, 2025, 3:59 a.m.