Description Usage Arguments Details Value Examples
Simple function to calculate the GC percentage of sequences
1 | gcFunction(x)
|
x |
a DNAStringSet |
This function simply lookup the amount of G and C bp in DNAStringSet and return the sequences GC proportion. The function was originally written by Martin Morgan for the original version of that package.
The percent GC of the sequences in x
1 2 3 4 | ## Not run:
gcFunction(someDNAStringSet)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.