enrich_genes: Performs parallel function on two lists

View source: R/stat.R

enrich_genesR Documentation

Performs parallel function on two lists

Description

This Function is used to perform parallel function on two lists

Usage

enrich_genes(ref_list, overlap_list, func)

Arguments

ref_list

reference list.

overlap_list

overlap list.

func

function to be applied.

Value

list where each element is the result of applying the function 'func' to the corresponding elements of 'ref_list' and 'overlap_list'.

Author(s)

Mohmed Soudy Mohamed.soudy@uni.lu and Sohpie LE BARS sophie.lebars@uni.lu and Enrico Glaab enrico.glaab@uni.lu


sccca documentation built on May 29, 2024, 2:22 a.m.

Related to enrich_genes in sccca...