enrich_genes {sccca}R 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


[Package sccca version 0.1.1 Index]