accessing the gene on fastq data
Hi,
I have a whole genome data belong to a animal with fastq format. I need just some genes there to find the gene count. How can I do this?
• 1,250 views
•
link
1 answer
Normally assuming you have whole genome data
- Take fastq data
- Trim reads, eg with the tool fastp
- Do a de novo assembly, eg with Soap2denovo or Abyss or another de novo assembler (assuming short reads, you did not say)
- Run a gene finder like Maker, Helixer etc to do structural annotation
- Get gene count
As you can see, it's a long process and you'll need to do a lot of google searching around this.
• 0 views
•
link
Log in to answer this question.
Hi, please understand that with the given information one cannot help. What is "gene count"? Do you need gene expression data? What analysis are you doing?
Do you have a genome assembly of some close species?
You can try to align your WGS FASTQs to such genome to get an idea how similar are these species at the genomic level.