upstream {annotation.genomics} R Documentation

Create the upstream location

Description

Usage

upstream(context,
    length = 200,
    is.relative.offset = TRUE);

Arguments

context

th gene element location context data. [as GeneBrief]

length

bit length of the upstream location. [as integer]

is.relative.offset

Does the generates context upstream location is relative to the given context start position or the enitre context region move by upstream offset bits?. [as boolean]

Details

Authors

seqtoolkit

Value

this function returns data object of type NucleotideLocation[].

clr value class

Examples


[Package annotation.genomics version 1.0.0.0 Index]