Generate PDF and laex tables
genes.table.report(
x,
name,
dir = getwd(),
maxrow = 33,
font = 10,
height = 11,
width = 8.5,
fill = "lightblue",
silent = FALSE
)
Arguments
- x
A TRONCO compliant dataset.
- name
filename
- dir
working directory
- maxrow
maximum number of row per page
- font
document fontsize
- height
table height
- width
table width
- fill
fill color
- silent
A parameter to disable/enable verbose messages.