Description Usage Arguments Value Author(s) Examples
View source: R/metaseqr.annotation.R
Returns a named numeric vector (names are the
genomic region names, e.g. genes) given a data
frame which can be converted to a GRanges object
(e.g. it has at least chromosome, start, end
fields). This function works best when the input
annotation data frame has been retrieved using one
of the SQL queries generated from
get.ucsc.query
, used in
get.ucsc.annotation
.
1 | get.gc.content(ann, org)
|
ann |
a data frame which can be converted to a
GRanges object, that means it has at least the
chromosome, start, end fields. Preferably, the output
of |
org |
one of metaseqR supported organisms. |
A named numeric vector.
Panagiotis Moulos
1 2 | ann <- get.ucsc.annotation("mm9","gene","ucsc")
gc <- get.gc.content(ann,"mm9")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.