genemodel.plot: genemodel.plot

Description Usage Arguments Examples

View source: R/genemodel.plot.R

Description

This function plots a gene model

Usage

1
genemodel.plot(model, start, bpstop, orientation, xaxis = TRUE)

Arguments

model

data.frame containing model information. Required columns are "type", "coordinates"

start

start position

bpstop

stop position

orientation

either "foward" or "reverse" indicates the direction of transcription

xaxis

default is TRUE and adds axis above gene model showing position

Examples

1
2
data(AT5G62640)
genemodel.plot(AT5G62640, 25149433, 25152541, "reverse", xaxis=TRUE)

Example output



genemodel documentation built on May 2, 2019, 7:24 a.m.