Description Usage Arguments See Also
Parses a genome file in GFF format into a list of GRangesList
s organized by gene and genomic feature.
Parsed genomic features are exported in BED format using dir.export
.
1 2 3 4 5 6 7 8 | getFeatures(
gff,
prefix = "KY2019:",
tssflank = c(1107, 107),
tsswindow = 10000,
ttswindow = 10000,
...
)
|
gff |
Path to a genome file in GFF format. |
prefix |
Prefix to append to gene IDs. |
tssflank |
Numeric vector of length 2 giving the window in bp upstream and downstream of the TSS to use as the promoter. |
tsswindow |
How many bp upstream of the promoter to consider as upstream of a gene. |
ttswindow |
How many bp downstream of the TTS to consider as downstream of a gene. |
... |
Additional arguments to |
mergeMotifs
, motifmatchr::matchMotifs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.