write.dictionary | R Documentation |
This function takes to sets (genes and corresponding terms) and saves a dictionary file on disk.
write.dictionary(genes, terms, outfolder, overwrite = FALSE)
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? |
a data frame with genes and terms as columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.