Description Usage Arguments Value Author(s) See Also Examples
Simple auxiliary function to compute the GC content of a given set of DNA sequences, such as microarray probe sequences.
1 | compute.gc(probe.sequences, digits = 2)
|
probe.sequences |
character vector of DNA or probe sequences of which the GC content is to be computed |
digits |
integer specifying the desired precision |
a numeric vector with sequence-wise GC contents; the names of this
vector are the names of the supplied probe.sequences
.
Joern Toedling
Function basecontent
in package matchprobes
for a
more general function to compute base occurrence in sequences
1 2 3 | ex.seqs <- c("gattaca", "GGGNTT", "ggAtT", "tata","gcccg")
names(ex.seqs) <- paste("sequence",1:5,sep="")
compute.gc(ex.seqs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.