help getting DNA seq from the fasta file when I have txt file with more than 70 coordinates
    2 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
I need to input to matlab a list of DNA coordinates, from a txt file, and get matlab to take from each coordinate a rage of 70 bases and put it out from a fasta file, and I need to have each seq with is Id name that I also have in txt file.. It's my first time doing anything on matlab, hope some one could help me. by the way, if there's a more simple way to do this from excl files I made them into txt file to make is more simple but maybe I'm wrong. thank you!
0 Commenti
Risposte (1)
  Vineeth Kartha
    
 il 5 Gen 2016
        Hi Noa,
The bioinformatics toolbox has the following commands
 fastaread 
 fastawrite
If you do not have the Bioinformatics toolbox you can import data from an excel sheet with the following command
xlsread
Hope this points you in the right direction to get started.
0 Commenti
Vedere anche
Categorie
				Scopri di più su Genomics and Next Generation Sequencing in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!