Convert fastqc.gz file to BED file format
0
0
Entering edit mode
3.6 years ago
ss20g16 • 0

How would I convert a file that is fq.gz (fastq.gz) to BED file format? I'm working on the Iridis command line (MobaXterm; Linux command line) - what code can I use to achieve this? thanks

RNA-Seq ChIP-Seq fastqc BED • 1.8k views
ADD COMMENT
0
Entering edit mode

May I ask why you are doing that? (by the way, do you mean fastq.gz?).

You can get something like:
Sequence_name\t0\tlength_of_read

ADD REPLY
0
Entering edit mode

You should use bowtie2 or bwa to map fq.gz to some reference genome (human:hg38/hg19) first to get the sam file and use bedtools to convert sam file to bed file.

ADD REPLY

Login before adding your answer.

Traffic: 1973 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6