gcContentHist {R453Plus1Toolbox}R Documentation

GC-Content Histogram

Description

This function creates a histogram of the relative GC-content per sequence.

Usage

  gcContentHist(object, xlab="GC content", ylab="Number of sequences", col="firebrick1", 
    breaks=50, ...)

Arguments

object

An object of class DNAStringSet, ShortRead or SFFContainer.

xlab

The X axis label.

ylab

The Y axis label.

col

The plotting color.

breaks

The number of breaks in the histogram (see ‘hist’).

...

Arguments to be passed to methods, such as graphical parameters (see ‘par’).

Author(s)

Christian Ruckert


[Package R453Plus1Toolbox version 1.40.0 Index]