Learn R Programming

HTSanalyzeR (version 2.24.0)

makeOverlapTable: Find and save the overlapped genes between a gene set and a vector of hits

Description

This is an internal function.

Usage

makeOverlapTable(geneSet, hits, mapID, filepath, filename)

Arguments

geneSet
a character vector of gene identifiers specifying a gene set
hits
a character vector of gene identifiers specifying all hits in the screen
mapID
a list of targeting identifiers with a name for each entry of the list as the identifier to be mapped
filepath
a single character value specifying the directory where the overlapped gene list will be stored
filename
a single character value specifying the name of the file where the overlapped gene list will be stored

Details

This is an internal function.