Description Usage Arguments Value Author(s) 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 exons or number of exons overlapped to the region
percent of the region which is covered by introns or number of introns overlapped to the region
percent of the region which is covered by promoters or number of promoters overlapped to the region
percent of the region which is covered by intergenic regions or number of intergenic regions overlapped to the region
percent of the region which is covered by 5'UTRs or number of 5'UTRs overlapped to the region
percent of the region which is covered by 3'UTRs or number of 3'UTRs overlapped to the region
Zuguang Gu <z.gu@dkfz.de>
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.