Description Usage Arguments Details Value Author(s) References Examples
Retrive promoter annotation of user-specified organism from UCSC database
1 | GetPromoterAnno(organism, save = FALSE, Dir = NULL)
|
organism |
the organism you want to extract promoter annotation |
save |
Logical value indicating whether you want to save the output locally |
Dir |
If save is set to TRUE, you also need to provide directory that you would like to save the output to. |
This function firstly retrive 'refflat' table information from UCSC database through their MySQL server. Then for each gene, records with the same TSS are collapsed. Genes with multiple records are marked by the same gene name followed by '#' and a number.
A data.frame containing promoter annotation information
geneName |
Official gene symbols |
chrom |
chromsome number |
strand |
The strand of the gene |
txStart |
Start location of transcripts |
txEnd |
End location of transcripts |
Yuanhang Liu
https://github.com/Liuy12/MBDDiff
1 2 3 4 | ## Not run:
Promoter_anno <- GetPromoterAnno('hg19')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.