|
5 | 5 |
|
6 | 6 | class AlignmentChart(Component): |
7 | 7 | """An AlignmentChart component. |
8 | | -The Alignment Viewer (MSA) component is used to align multiple genomic |
| 8 | +The Alignment Chart (MSA) component is used to align multiple genomic |
9 | 9 | or proteomic sequences from a FASTA or Clustal file. Among its |
10 | | -extensive set of features, the multiple sequence alignment viewer |
| 10 | +extensive set of features, the multiple sequence alignment chart |
11 | 11 | can display multiple subplots showing gap and conservation info, |
12 | 12 | alongside industry standard colorscale support and consensus sequence. |
13 | | -No matter what size your alignment is, Aligment Viewer is able to display |
| 13 | +No matter what size your alignment is, Alignment Chart is able to display |
14 | 14 | your genes or proteins snappily thanks to the underlying WebGL architecture |
15 | 15 | powering the component. You can quickly scroll through your long sequence |
16 | 16 | with a slider or a heatmap overview. |
17 | | -Note that the AlignmentChart only returns a chart of the sequence, while |
18 | | -AlignmentViewer has integrated controls for colorscale, heatmaps, and subplots |
19 | | -allowing the user to interactively control their sequences. |
20 | 17 | Read more about the component here: |
21 | 18 | https://github.com/plotly/react-alignment-viewer |
22 | 19 |
|
@@ -64,12 +61,12 @@ class AlignmentChart(Component): |
64 | 61 | No effect if not both gap and conservation are shown. |
65 | 62 | - showconsensus (boolean; default True): Displays toggling the consensus sequence, where each nucleotide in the |
66 | 63 | consensus sequence is the argmax of its distribution at a set nucleotide. |
67 | | -- tilewidth (number; default 16): Sets how many pixels each nucleotide/amino acid on the Alignment Viewer |
| 64 | +- tilewidth (number; default 16): Sets how many pixels each nucleotide/amino acid on the Alignment Chart |
68 | 65 | takes up horizontally. The total number of tiles (numtiles) seen |
69 | 66 | horizontally is automatically determined by rounding |
70 | 67 | the Viewer width divided by the tile width. |
71 | 68 | the Viewwer width divided by the tile witdth. |
72 | | -- tileheight (number; default 16): Sets how many pixels each nucleotide/amino acid on the Alignment Viewer |
| 69 | +- tileheight (number; default 16): Sets how many pixels each nucleotide/amino acid on the Alignment Chart |
73 | 70 | takes up vertically. |
74 | 71 | If enabled, set height dynamically. |
75 | 72 | - overview (a value equal to: 'heatmap', 'slider', 'none'; default 'heatmap'): Toggles whether the overview should be a heatmap, a slider, or none. |
|
0 commit comments