Dna encoding rule1
    조회 수: 2 (최근 30일)
  
       이전 댓글 표시
    
Hi I have an issue storing the DNA sequenc using for loop. If some one can help me.
x=[2 34 50 21];
[m n]=size(x);
mn=m*n;
P= [];
for i=1:length(x)
   Q= convert_to_dna2(x(i));
   P=Q(i);
    end
output is 'GGGA'%error
requirment CAAACACACATAGGGA
댓글 수: 2
  Ameer Hamza
      
      
 2020년 6월 18일
				How is the function convert_to_dna2 defined? What is the mapping rule between x=[2 34 50 21] and CAAACACACATAGGGA.
답변 (0개)
참고 항목
카테고리
				Help Center 및 File 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!

