buildUpstreamSeqs2 {harbChIP} | R Documentation |
workflow component – build an upstreamSeqs instance from a FASTA read
buildUpstreamSeqs2(fastaRead, organism="sce", provenance="harmen")
fastaRead |
results of a readFASTA from Biostrings |
organism |
string naming organism |
provenance |
string or structure describing provenance |
generates an instance of upstreamSeqs
generates an instance of upstreamSeqs
Vince Carey <stvjc@channing.harvard.edu>
# x = readFASTA(...) # y = buildUpstreamSeqs2(x)