
Make Database Input File
MakeDBInput.RdThis function outputs a file consisting entirely of gene names, each produced on a new line. This data can be copy and pasted into a database input in order to get protein-protein interaction data.
Value
A file with all of the gene names which can be copy and pasted into the GeneMania cytoscape app, data frame of the names of the genes
Examples
#MakeDBInput(ex.nodenames)
cat(ex.nodenames[[1]], sep = '\n')
#> Error: object 'ex.nodenames' not found