-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docs): list valid nucleotide and amino acid symbols #573
- Loading branch information
1 parent
9158575
commit 35ccf58
Showing
6 changed files
with
72 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
57 changes: 57 additions & 0 deletions
57
lapis2-docs/src/content/docs/references/nucleotide-and-amino-acid-symbols.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
--- | ||
title: Nucleotide And Amino Acid Symbols | ||
description: A reference list of valid symbols | ||
--- | ||
|
||
This page lists valid symbols for nucleotides and amino acids. | ||
|
||
## Nucleotides | ||
|
||
| Symbol | Meaning | Ambiguous Symbol | | ||
| ------ | ----------------- | ---------------- | | ||
| A | Adenine | | | ||
| C | Cytosine | | | ||
| G | Guanine | | | ||
| T | Thymine | | | ||
| - | Deletion | | | ||
| N | failed read / any | | | ||
| R | A or G | ✔ | | ||
| Y | C or T | ✔ | | ||
| S | C or G | ✔ | | ||
| W | A or T | ✔ | | ||
| K | G or T | ✔ | | ||
| M | A or C | ✔ | | ||
| B | not A | ✔ | | ||
| D | not C | ✔ | | ||
| H | not G | ✔ | | ||
| V | not T | ✔ | | ||
|
||
## Amino Acids | ||
|
||
| Symbol | Meaning | Ambiguous Symbol | | ||
| ------ | --------------------------- | ---------------- | | ||
| - | Deletion | | | ||
| A | Alanine | | | ||
| C | Cysteine | | | ||
| D | Aspartic Acid | | | ||
| E | Glutamic Acid | | | ||
| F | Phenylalanine | | | ||
| G | Glycine | | | ||
| H | Histidine | | | ||
| I | Isoleucine | | | ||
| K | Lysine | | | ||
| L | Leucine | | | ||
| M | Methionine | | | ||
| N | Asparagine | | | ||
| P | Proline | | | ||
| Q | Glutamine | | | ||
| R | Arginine | | | ||
| S | Serine | | | ||
| T | Threonine | | | ||
| V | Valine | | | ||
| W | Tryptophan | | | ||
| Y | Tyrosine | | | ||
| \* | Stop codon | | | ||
| B | Aspartic Acid or Asparagine | ✔ | | ||
| Z | Glutamine or Glutamic Acid | ✔ | | ||
| X | Alanine | ✔ | |
2 changes: 1 addition & 1 deletion
2
...tent/docs/references/reference-genome.mdx → ...ent/docs/references/reference-genomes.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: Reference Genome | ||
title: Reference Genomes | ||
description: reference genome | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters