write.dictionary: Create and save a dictionary file

View source: R/lib.R

write.dictionaryR Documentation

Create and save a dictionary file

Description

This function takes to sets (genes and corresponding terms) and saves a dictionary file on disk.

Usage

write.dictionary(genes, terms, outfolder, overwrite = FALSE)

Arguments

genes

character array, list of genes

terms

character array, a list of terms associated with the genes (same order, same size)

outfolder

the data folder where to save the dictionary file

overwrite

boolean. Should an existing dictionary file be overwritten on disk?

Value

a data frame with genes and terms as columns


ne1s0n/MTGOsc documentation built on April 20, 2022, 9:35 p.m.