This is a test version of Biostars. For the public version, visit https://www.biostars.org.
CHIP Seq Analysis by DiffBind Package

Hi I am working on ChipSeq data of histone marks. I am using Diffbind package. I have 8 samples in 2 groups each. I am trying to see differential peak enrichment in these two groups. I have used this to read one file at a time. How can I club 4 samples so that I can do a group comparison?

bedJ <- as.data.frame(read.table("CEMT_178.H3K27ac-J.bed",header = FALSE, sep="\t",stringsAsFactors=FALSE, quote=""))

Thanks Shrinka

chip-seq

1 answer

The easiest way to get these data into DiffBind is to to use a sample sheet with entries for the aligned reads, peaks, and other metadata for each sample.

Log in to answer this question.