This is a test version of Biostars. For the public version, visit https://www.biostars.org.
fq.gz file use

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

I want use fq,gz file in R.

What do you want to do with it?

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

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

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

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?

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

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).

0 answers

No answers yet.

Log in to answer this question.