Matlab Bioinformatics toolbox error "Reference to non-existant field 'Sequence'"

1 次查看(过去 30 天)
I am using Matlab Bioinformatics toolbox and have encountered an error regarding the field 'Sequence' several times.
When I try to load a sequence into the Biological Sequence Viewer as per the online instructions (https://www.mathworks.com/help/bioinfo/ug/importing-viewing-and-exploring-a-nucleotide-sequence-using-a-graphical-interface.html), I get a pop-up window with the error, "Reference to a non-existant field 'Sequence' "
The sequence accession number I'm using is: NC_000964
I've tried different combinations with and with out the underscore and ".3" at the end (NC_000964.3) but without success.
I get a similar error when trying to analyze synonymous and nonsynonymous substitution rates as per the instructions (https://www.mathworks.com/help/bioinfo/examples/analyzing-synonymous-and-nonsynonymous-substitution-rates.html).
Here I get the error: "Reference to non-existent field 'Sequence'."
Would anyone possibly have suggestions for me?
Thanks!

回答(1 个)

Sindhu Karri
Sindhu Karri 2020-5-22
编辑:Sindhu Karri 2020-5-22
Hii,
The record (NC_000964)which you are trying to access doesn't contain sequence information,because of which you are facing the issue.
You can access the record in the following way:
hiv1 = getgenbank('NC_000964', 'FILEFORMAT', 'FASTA');
seqviewer(hiv1)

类别

Help CenterFile Exchange 中查找有关 Genomics and Next Generation Sequencing 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by