how to get gene string from NCBI genbank using Matlab 2010a
Show older comments
I want to get gene string from NCBI genbank using Matlab . I have used getgebank() in matlab 2010a.but gettine error.
Data = getgenbank('NC_002695')
??? Error using ==> structfun
Inputs to STRUCTFUN must be scalar structures.
Error in ==> getncbidata>accession2gi at 343
queryDB = structfun(@(x)(str2double(x)),queryDB,'uniform',false);
Error in ==> getncbidata at 179 [giID,db] = accession2gi(accessnum,db,'quick');
Error in ==> getgenbank at 95
gb = getncbidata(accessnum,'fileformat','GenBank','database','nucleotide',varargin{:});
Will anyone please help me to resolve this?
Accepted Answer
More Answers (0)
Categories
Find more on Get Started with Bioinformatics Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!