Entering edit mode
Hey,
In my package I was using rbamtools from CRAN for converting some BAM files to FASTQ. However rbamtools is now depressed, so I was wondering if there is any function in Bioconductor which can do that. I tried to find it myself with no luck.
Best,
Hi ioannis.vardaxis, I never done this in R environment but I can assure that is very easy using samtools in unix. this is the code:
if your BAM is a paired end you have to split the fastq generated
Thanks, but I need it in R since it is part of my R-package :/