Learn R Programming

EnrichDO (version 0.1-1)

writeDoTerms: writeDoTerms

Description

Output DOterms as text

Usage

writeDoTerms(doterms = doterms, file)

Value

text

Arguments

doterms

a data frame of do terms.

file

the address and name of the output file.

Author

Haixiu Yang

Examples

Run this code
writeDoTerms(doterms, file=file.path(tempdir(), 'doterms.txt'))

Run the code above in your browser using DataLab