Entering edit mode
3.6 years ago
yomogy
▴
120
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.
Thanks, it works.
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, adThose are regions you want to compute the matrix for in BED or GTF format.
Thanks ! But to get those files I am suppose to convert the Reference Genome Annotation in gff3 to bed?
As the manual indicates: