Description Usage Arguments Value
refer to a known gene list for the annotation functions corrently, we have: gencode hs 19 (current for hg 19), gencode hs 26, gencode hs 28, gencode hs 29, gencode hs 32 (current for hg38), gencode hs 34; ucsc hg 18; uscs hg 19; ucsc hg 38 (all in single-strand option)
1 | get.Known.Gene.List(genome.annotation.id = "gencode34")
|
genome.annotation.id |
says what annotation is used to prepare the output. |
single.strand.genes.only |
UCSC annotations contain ~500 pair of same-named genes that exist on both strands.The parameter says whether to exclude them from the gene list to be returned. The default is |
GRanges
object that contains the gene annotation. The gene_name metadata field is the gene symbol according to the requested annotation. ucsc* uses org.Hs.eg.db names, the gencode provides its own gene names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.