ChIP peak data set comparison
1
0
Entering edit mode
7.7 years ago
s.singh ▴ 70

Hi all,

I am fairly new to coding and am trying to work through the ChIPSeeker package using my own data in R. I am not sure how to input multiple files (.bed) into the getTagMatrix command. I want to generate profiles of ChIP peaks among different experiments. I want to compare ChIP peaks of two different experiment.

Can someone give me any advice?

Thanks Swadha

chipseekar ChIP-Seq • 2.1k views
ADD COMMENT
2
Entering edit mode
7.7 years ago

Read in the .bed files using the import.bed() function of the rtracklayer bioconductor package. import.bed() returns a GRanges object which getTagMatrix() accepts.

ADD COMMENT

Login before adding your answer.

Traffic: 2239 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6