Description Usage Arguments Value Examples
Annotate to gene models
1 2 3 4 | annotate_to_gene_models(gr, txdb, gene_model =c("tx", "gene"),
species = "hg19", promoters_upstream = 2000, promoters_downstream = 200,
annotation_type = c("percent", "number"),
annotation_prefix = "overlap_to_")
|
gr |
a |
txdb |
a |
gene_model |
type of gene model. By transcripts or by genes |
species |
We need this information to find out proper intergenic regions |
promoters_upstream |
length of upstream promoter from TSS, pass to |
promoters_downstream |
length of downstream promoter from TSS, pass o |
annotation_type |
Pass to |
annotation_prefix |
Pass to |
Following columns are attached to gr
:
the nearest tss (depending on gene_model
)
distance to the closest tss (depending on gene_model
)
the closest gene model (depending on gene_model
)
distance to teh closest gene model (depending on gene_model
)
percent of the region which is covered by exon
percent of the region which is covered by intron
percent of the region which is covered by promoter
percent of the region which is covered by intergenic regions
percent of the region which is covered by 5'UTR
percent of the region which is covered by 3'UTR
1 2 | # There is no example
NULL
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.