getgc | R Documentation |
Calculate GC content for specific genes regions.
getgc(targetfile = NULL, genomename = "mm10", genenames = NULL)
targetfile |
The directory of the file indicating the gene regions
whose GC contents need to be calculated, not necessary to be exactly the
gene body region between TSS and TTS sites. Columns named as chr, start,
end, strand, and gene_id are required. If it is NULL, all the gene body
regions of UCSC known genes in the genome specified by the parameter
|
genomename |
Specify the genome of the genes to be analyzed, when the
parameter |
genenames |
The symbols of genes whose GC contents need to be
calculated. The default value is NULL. If it is set, for the regions
indicated by the parameter |
A data.frame with a column named GC indicating the GC contents of the gene regions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.