i have sequence resulting from assembly and I have certain gene names, I want to take these genes to other new file in fasta formate. Can anyone help me with the steps?, because i do the steps that i have known but do not working.
i have sequence resulting from assembly and I have certain gene names, I want to take these genes to other new file in fasta formate. Can anyone help me with the steps?, because i do the steps that i have known but do not working.
If I understand correct, you would like to get the sequence of interested genes from your own assembly file.
If you do not have coordinates of the genes, it won't be possible to extract their sequences from the assembly file.
You might be interested to use a GTF file of your organism, if available (explained how to) in Ensemble or any other source. But this won't give accurate position of those genes in your assembly.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Can you provide more information such as sample files?