ENc.GC3plot: ENc-GC3 scatterplot.

View source: R/ENc.GC3plot.R

ENc.GC3plotR Documentation

ENc-GC3 scatterplot.

Description

Make an ENc-GC3 scatterplot. Where the y-axis represents the ENc values and the x-axis represents the GC3 content. The red fitting line shows the expected ENc values when codon usage bias affected solely by GC3.

Usage

ENc.GC3plot(enc.df, gc.df)

Arguments

enc.df

a data frame with ENc values.

gc.df

a data frame with GC3 values.

Details

For more information about ENc-GC3 plot Butt et al., 2016.

Value

A ggplot object.

Author(s)

Ali Mostafa Anwar ali.mo.anwar@std.agr.cu.edu.eg and Mohmed Soudy MohmedSoudy2009@gmail.com

Examples

## Not run: 
# read DNA from fasta file
fasta <- fasta.read("virus.fasta", "host.fasta")
fasta.v <- fasta[[1]]
fasta.h <- fasta[[2]]

enc.df <- ENc.values(fasta.v)
gc.df <- GC.content(fasta.v)
ENc.GC3plot(enc.df, gc.df)

## End(Not run)

AliYoussef96/vhcub documentation built on Feb. 1, 2024, 6:55 p.m.