Entering edit mode
2.5 years ago
raushnichoudhary
•
0
I have DNA-seq data of lung tissue in .fa format, i need to know the coordinates of each chromosomes, in bed format(final result). please help me in this... Thanks in advance..
You need to know the location on the chromosomes where those DNAseq reads are derived from?
If so, align them to the chromosomes sequences and parse out the coordinates.
like there are command through which we can Find genome coordinates of nucleotide sequence within specific gene, similarly can we do in whole genome?
yes there are.
It's usually appreciated if you show that you have put al least some effort in resolving this yourself.
Did you search for tools that can do alignment of sequences against chromosomes?
No, i did not search for tools..
Please guide me through this, i have no idea how to implement this, i am new in this field.