Explicitly set BP/Pixel in Biological Sequence Viewer?

조회 수: 1 (최근 30일)
David Roe
David Roe 2017년 2월 8일
댓글: Walter Roberson 2017년 2월 9일
Can the BP/Pixel in Biological Sequence Viewer be set explicitly (besides zoom in/out)? I have multiple sequences I would like to view, and I would like them to be the same scale on my screen.
Or, is there another way I can visualize two sequences and their CDSes on the same scale?

답변 (1개)

Luuk van Oosten
Luuk van Oosten 2017년 2월 9일
Dear David Roe,
I am not really sure what you mean by 'the same scale', but I assume for now multiple aligned sequences... if you mean you want to align multiple sequences, you could use the sequence alignment function.
For example:
HIVseqs = multialignread('aagag.aln');
showalignment(HIVseqs)
Or something like:
seqalignviewer('aagag.aln')
Here is the accompanying documentation: seqalignviewer, which requires as input multiple aligned sequences from multialign. Or you could use showalignment to have a look at your multiple sequences.
  댓글 수: 1
Walter Roberson
Walter Roberson 2017년 2월 9일
The question is about the viewer, and how many pixels wide items are represented in the graphics.

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

카테고리

Help CenterFile Exchange에서 Data Import and Export에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by