writeTRMreport {rTRM} | R Documentation |
This function generates a data.frame with the nodes in the provided graph and associated annotations.
writeTRMreport(graph, file, organism, target, query, sort.by = "symbol")
graph |
a graph object. |
file |
file name. |
organism |
organisms for the annotations. |
target |
target transcription factor. |
query |
query transcription factors. |
sort.by |
order the columns of the data.frame by (default: "symbol"). |
Diego Diez