plot.gcBias: Visualize GC-Bias of Hybridization

Description Usage Arguments Author(s) See Also Examples

Description

Generates a plot showing the GC-bias of the hybridization.

Usage

1
plotGCbias(intensity, sequence, main="")

Arguments

intensity

a vector of type numeric, containing the measured intensities.

sequence

a vector of type character, containing the sequences.

main

head of the plot

Author(s)

Benedikt Zacher zacher@lmb.uni-muenchen.de

See Also

boxplot

Examples

1
2
3
4
##
sequence <- unlist(lapply(1:50000, function(x) {paste(sample(c("A","T","C","G"),prob=c(0.3,0.3,0.2,0.2),25,replace=TRUE), collapse="")}))
values <- runif(50000,min=-2,max=2)
plotGCbias(values, sequence)

Starr documentation built on April 28, 2020, 7:52 p.m.