ChIP peak data set comparison
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
• 2,555 views
•
link
1 answer
Read in the .bed files using the import.bed() function of the rtracklayer bioconductor package. import.bed() returns a GRanges object which getTagMatrix() accepts.
• 1 views
•
link
Log in to answer this question.