get_tss_region | R Documentation |
Get tss region sequence of target genes in regulaotry relationships
get_tss_region(gtf, gene.use, upstream_length = 1000, downstream_length = 500)
gtf |
Gene transfer format, you can download it from http://www.ensembl.org/info/data/ftp/index.html |
gene.use |
character, indicating target genes |
upstream_length |
numeric, indicating upstream region length of TSS |
downstream_length |
numeric, indicating downstream region length of TSS |
data.frame, contains four columns are target gene, chr, start and end.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.