This is a test version of Biostars. For the public version, visit https://www.biostars.org.
SimpleRleList to GRanges

Hi

I am using 'rtracklayer' package in R to import a ".wig" file. Its a Chip-Seq data.

After importing I get the SimpleRleList which I don't know how to use in "ChIPseekr". I am hoping converting to GRanges might help. Any help how to do it will be great.

here are my codes

temp <- import("GSM1382416_H2AX_MCF7_wz_E2_treat_afterfiting_all.wig.gz", trackline =FALSE)> newpeak = coverage(temp)

class(newpeaks) 
[1] "SimpleRleList" attr(,"package") 
[1] "IRanges"
chip-seq rtracklayer

There was a simple solution. I got it. Thanks

post the solution if you have found it.

0 answers

No answers yet.

Log in to answer this question.