Thanks, it works.
Deeptools: computeMatrix can't read file
Hi,
I generated bigwig file using bamCoverage with the following code.
bamCoverage -b A.bam -o A.bw --binSize 10 -p max --normalizeUsing CPM
Then, I tried to use computeMatrix
computeMatrix -S A.bw -R B.bw -o C
but I got the following error
usage: computeMatrix [-h] [--version] ...
computeMatrix: error: argument : invalid choice: 'A.bw' (choose from 'scale-regions', 'reference-point')
I am wondering whether anybody had similar problems.
• 3,736 views
•
link
1 answer
An example usage is:
computeMatrix scale-regions -S <biwig file(s)> -R <bed file> -b 1000
You need to include 'scale-regions' OR 'reference-point' before your options.
• 0 views
•
link
• 0 views
•
link
Hi GenoMax,
I have these bigwing files and want to run computeMatrix but could not understand what -R <bed file>.
would please explain me what is this -R <bed file> and where I can find it?
Thank you so much for your help!
best,
ad
• 0 views
•
link
Those are regions you want to compute the matrix for in BED or GTF format.
• 0 views
•
link
Log in to answer this question.