Entering edit mode
2.3 years ago
upasana
▴
20
Hey
I was mapping my bed file that I got from a gff fiile with my .bam files using below command. And I want a .bam output file. Can I get it? And what are the possible output formats here?
bedtools multicov [OPTIONS] -bams BAM1 BAM2 BAM3 ... BAMn -bed <BED/GFF/VCF>
(got this command from https://bedtools.readthedocs.io/en/latest/content/tools/multicov.html )
Can you please tell me what output formats are possible!
You map/align a file to a reference genome in general. Here you're not mapping, you're getting coverage counts from previously mapped BAM files.
A bed file contains coordinates so is already mapped.
I don't think any tool will give you bam files from a multicoverage/multisample count assay, since counts are most useful in txt/csv format.