fq.gz file use
0
0
Entering edit mode
5.1 years ago

I am novice so maybe my questions looks stupid.

I want use fq,gz file in R. So I decompress it by gunzip() then it became .fq format file. How can I use .fq.gz file?

And I wonder can I open .fq.gz file in BioEdit? Please answer. Thank you

BioEdit R • 7.7k views
ADD COMMENT
2
Entering edit mode

I want use fq,gz file in R.

What do you want to do with it?

ADD REPLY
0
Entering edit mode

I receive assembly result so I want check it.

ADD REPLY
0
Entering edit mode

An assembly is not in an fq.gz file. What you are looking at are most probably just individual reads.

ADD REPLY
0
Entering edit mode

If you have the *.fq, why do you still want to use the *.gz specifically?

ADD REPLY
0
Entering edit mode

nope, just I don't know how can treat those files.

ADD REPLY
0
Entering edit mode

Maybe try bioconductor ShortRead. It can read .fq.gz.

ADD REPLY
0
Entering edit mode

ok, thank you for your answer.

ADD REPLY
0
Entering edit mode

And I wonder can I open .fq.gz file in BioEdit.?

No you probably can't do that.

If you are thinking of doing a multiple sequence alignment from your fastq file then you will at a minimum need to convert your fastq format reads to fasta format. Does wanting to use BioEdit make a specific sense? Are you sequencing amplicons where your fastq reads could potentially be used for a MSA?

ADD REPLY
0
Entering edit mode

I want to make assembly pipeline with Illumina template. Is it possible?

ADD REPLY
0
Entering edit mode

I would advise you to spend some time reading up on sequence assembly. Go and read the manual for a tool like Spades, or if you already have a reference, MIRA.

If you just want to use your reads to check the accuracy of an existing assembly (since you’ve told us several different things so far) then you need to read up on remapping (e.g. via BWA or Bowtie).

ADD REPLY

Login before adding your answer.

Traffic: 2498 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