View source: R/inference_V2_new.R
makegenelist | R Documentation |
Generate a GRanges object of UCSC known genes in specific genome.
makegenelist(
genomename = "mm10",
save = TRUE,
calgenegccont = TRUE,
calgeneexonfreq = TRUE
)
genomename |
The name of the genome, can be "mm10" for mouse or "hg38" for human. |
save |
Whether save the result GRanges as a file in work directory. Default is TRUE. |
calgenegccont |
Whether need to calculate the GC content for each gene and include it into the result GRanges object. Default is TRUE. |
calgeneexonfreq |
Whether calculate the exon frequency for each gene and include it into the result GRanges object. Default is TRUE. |
A GRanges object of UCSC known genes, with several gene information provided, including seqnames, ranges, strands, gene symbols, distance to the nearest upstream gene, distance to the nearest downstream gene, etc. Genes overlapping with each other will not be included.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.