smoothMiner (version 0.1-10)

upstreamSeqs-class: Class "upstreamSeqs" collects DNAstrings upstream of genes

Description

environment-based storage of upstream sequences

Arguments

Objects from the Class

Objects can be created by calls of the form new("upstreamSeqs", ...). These are collections of (possibly large) environments describing upstream sequences of a genome.

Methods

Accessors keys, seqs, code{organism}, and isRevcomp

Examples

Run this code
if (!exists("sceUpstream")) data(sceUpstream)
keys(sceUpstream)[1:5]
getUpstream("YAL001C", sceUpstream)

Run the code above in your browser using DataCamp Workspace