Entering edit mode
8 months ago
Shloka
•
0
Hi I have generated .narrowPeak files using genrich and normalised .bw files using bamCoverage. I have 3 donors and treated and control samples for both B cells & T cells. This is what my samples.csv file looks like: (note, it contains both b & t and .narrowPeak for each replicate) SampleID,Condition,CellType,Donor,PeakFile,BigWigFile
when I use the following code:
diff_bind_obj <- dba(sampleSheet = sample_sheet, peakFormat = "narrow", minOverlap = 2)
I get this when I print the diff_bind_obj
dba object sampleSheet file
Kindly help! It would be greatly appreciated
dba_object:
samplesheet:
Please do not paste screenshots of plain text content, it is counterproductive. You can copy paste the content directly here (using the code formatting option shown below), or use a GitHub Gist if the content volume exceeds allowed length here.