From 0c83b1b7c111af26460979481a0f0a9e0584b13a Mon Sep 17 00:00:00 2001 From: Ariuna Aiusheeva Date: Sun, 1 Oct 2023 14:42:18 +0300 Subject: [PATCH] Update README.md for aa_content_check, aa_chain_charge functions --- HW4_Bredov/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HW4_Bredov/README.md b/HW4_Bredov/README.md index cfee6e5..fd5ebde 100644 --- a/HW4_Bredov/README.md +++ b/HW4_Bredov/README.md @@ -10,6 +10,8 @@ This module contains the `protein_analyzer_tool.py` function that performs 5 bas ## Overview - `protein_mass` - returns molecular weight of protein in g/mol. The function takes string and returns integer. - `protein_formula` - returns the molecular formula of protein. The function takes string and returns dictionary with data of the protein atomic composition. The output contains the number of C, H, N, O, and S (optionally) atoms in sequence. +- `aa_chain_charge` - returns charge of the protein (pH=7). The function accepts input data in the str format and returns data in number. +- `aa_content_check` - returns aminoacid content of the protein in fractions. The function accepts input data in the str format and returns data of the protein aminoacid composition in the dict format. The output of the function contains the fraction of each aminoacid in sequence. ## Usage To run the `protein_analyzer_tool.py`, first import it as module