getFeatures | R Documentation |
GRangesList
s organized by gene and genomic feature.Parses a genome file in GFF format into a list of GRangesList
s organized by gene and genomic feature.
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. |
mergeMotifs
, motifmatchr::matchMotifs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.