FormatTrack | R Documentation |
Prepare Input for Creating Coverage Plot.
FormatTrack( data, region = "chr14:21,677,306-21,737,601", gtf.gr = NULL, gene.name = "HNRNPC", gene.name.type = c("gene_name", "gene_id"), extend = 2000 )
data |
Track dataframe loaded by |
region |
Region used to create coverage plot, eg: chr14:21,677,306-21,737,601 or chr14:21,677,306. Default: NULL. |
gtf.gr |
Granges object of GTF, created with |
gene.name |
The name of gene. Default: HNRNPC. |
gene.name.type |
Gene name type (filed of |
extend |
Extend length of |
A dataframe.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.