how do I take into account "strand" when retreiving the
sequences?
Thanks again,
Eric
> peaks = RangedData(IRanges(start=c(SeqTest$start),
end=c(SeqTest$end), names=c(SeqTest$peakID)), space...AM, Zhu, Julie <julie.zhu@umassmed.edu>
wrote:
Hi Eric,
Please try the following code. You had the gene names in space which
needs to contain chromosome names.
peaks = RangedData(IRanges(st…
updated 15.8 years ago • Julie Zhu
