Learn R Programming

rTRM (version 1.10.2)

writeTRMreport: Export a table with TRM nodes and associated information.

Description

This function generates a data.frame with the nodes in the provided graph and associated annotations.

Usage

writeTRMreport(graph, file, organism, target, query, sort.by = "symbol")

Arguments

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").