extendTSSFromDataFrame | R Documentation |
Extend TSS
extendTSSFromDataFrame(df, seqlengths, genome = NULL,
strand = NULL, gene_id = NULL,
gene_id_type = NULL, verbose = great_opt$verbose, ...)
df |
A bed-like data frame where the first three columns should be chromosomes, start positions, end positions. It does not matter whether regions correspond to genes or TSS. |
seqlengths |
A named vector of chromosome lengths. |
genome |
UCSC genome can be set here, then |
strand |
The strand information can be provided in |
gene_id |
The gene ID information can be provided in |
gene_id_type |
Gene ID types in |
verbose |
Whether to print messages. |
... |
All pass to |
A GRanges
object with one meta column 'gene_id'.
# There is no example
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.