Entering edit mode
3.5 years ago
mropri
▴
160
I am using ChIPQC to get quality metrics of my reads. I have .bam
files and .narrowpeaks
files. I created a sample csv file called sample1.csv
. The sample.csv
sheet can be found at this link.
My code is the following:
samples <- read.csv('sample1.csv')
View(samples)
chipObj <- ChIPQC(samples, annotation="hg38")
However, I keep getting this error:
Error: Unable to process. Each bam file must be associated with at most one peakset.
Any help is appreciated
CSV is plain text content. Please paste the content here directly. Please do not ask us to visit some random Google Drive link.
See: How to Use Biostars Part-3: Formatting Text and Using GitHub Gists
Here is how your data would look, pasted directly after proper formatting: