Hi, can I assemble transcripts sequence (fastq) of one species by taking other species genome (belongs to same genus) as reference genome?
thanks in advance
Hi, can I assemble transcripts sequence (fastq) of one species by taking other species genome (belongs to same genus) as reference genome?
thanks in advance
Yes, you can use a reference genome from a related species to assemble transcripts of a target species. This approach is known as de novo transcriptome assembly
. However, it is important to keep in mind that using a reference genome from a different species as a basis for assembly may not result in a highly accurate representation of the target species transcriptome, as the two species may have different gene structures, gene expression patterns, and splicing patterns.
Additionally, the quality of the assembly will depend on the similarity between the target species and reference species genomes. Therefore, it is often recommended to use a reference genome from a closely related species, or to use a combination of multiple reference genomes to improve the accuracy of the assembly.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
You can assemble transcripts without using a reference (de novo): https://github.com/trinityrnaseq/trinityrnaseq/wiki
You could then compare the assembled transcripts with a related genome to see how well you did with assembly.