plot_repressor: plot_repressor

Description Usage Arguments Examples

View source: R/plot_repressor.R

Description

plot repressor and non_repressor transcription factors versus ORFs per genome

Usage

1
plot_repressor(data, filename, title, ylab, ymax = 150)

Arguments

data

A data.frame object, needs to have the columns repressor and non_repressor for transcription factors

filename

file name with .tiff extension

title

plot name inside " "

ylab

ylab name inside " "

ymax

ylim max

Examples

1
2
3
4
5
plot_repressor(tf_repressor_non_repressor,
filename = "tf_repressor.tiff",
ylab = "Transcription factors",
title = "Transcription factors per genome",
ylim(0,120))

josschavezf/erba documentation built on May 2, 2021, 7:33 a.m.