flanking_sequence | R Documentation |
Given a set of annotations and genome, one might want to get the set of adjacent sequences.
flanking_sequence(
bsgenome,
annotation,
distance = 200,
type = "gene",
prefix = ""
)
bsgenome |
Genome sequence |
annotation |
Set of annotations |
distance |
How far from each annotation is desired? |
type |
What type of annotation is desired? |
prefix |
Provide a prefix to the names to distinguish them from the existing annotations. |
List of sequences before and after each sequence.
[load_gff_annotations()] [GenomicRanges] [IRanges]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.