ENc.GC3plot: ENc-GC3 scatterplot.

Description Usage Arguments Details Value Author(s) Examples

View source: R/ENc.GC3plot.R

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

1
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

1
2
3
4
5
6
7
8
9
# read DNA from fasta file
fasta <- fasta.read("virus.fasta", "host.fasta")
fasta.v <- fasta[[1]]
enc.df.virus <- ENc.values(fasta.v)


gc.df <- GC.content(fasta.v)

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

vhcub documentation built on Nov. 15, 2019, 5:10 p.m.

Related to ENc.GC3plot in vhcub...