How do not open the "open reading frames" window with che command seqshoworfs?

Hi, I need to iterate through 80K sequences and find the possible ORFs in each sequence. I have been struggling with this since the command seqshoworfs automatically opens one window for each sequence analyzed and since I have so many sequences it gets stuck ("busy") and won't work anymore. Is there a way I can avoid displaying this window? Thank you all very much

 채택된 답변

It's not clear from the documentation, but if you do
edit seqshoworfs.m
You'll see that it can take 'nodisplay' argument (line 165). To suppress display, you simply have to issue command like this:
result = seqshoworfs(seq, 'nodisplay', 'true');

댓글 수: 2

Thank you very much for your help, it now works correctly.
thanks from me too.
glad to have found this, though I have only 3523 sequences to run :)

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Annotations에 대해 자세히 알아보기

태그

질문:

2016년 10월 3일

댓글:

2021년 5월 31일

Community Treasure Hunt

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

Start Hunting!

Translated by