Browse code

Add taxId to manual

Katharina Waury authored on 11/06/2024 09:33:13
Showing 1 changed files

... ...
@@ -8,16 +8,18 @@ getProteinFeatures(uniprot, taxId = 9606)
8 8
 }
9 9
 \arguments{
10 10
 \item{uniprot}{String, UniProt ID}
11
+
12
+\item{taxId}{Integer, Taxonomy species ID}
11 13
 }
12 14
 \value{
13 15
 Protein DataFrame
14 16
 }
15 17
 \description{
16
-By providing a valid UniProt ID, information from UniProt (https://www.uniprot.org/) and PredictProtein (https://predictprotein.org/) is queried via their
17
-respective APIs. The retrieved information regarding secondary structure, solvent accessibility, membrane
18
-regions, protein-binding regions, disordered regions, PTMs and disulfide bridges is saved per residue
19
-within a Protein DataFrame. After calling `getProteinFeatures()`, immunogens can be added to the Protein
20
-DataFrame.
18
+By providing a valid UniProt ID, information from UniProt (https://www.uniprot.org/) and PredictProtein
19
+(https://predictprotein.org/) is queried via their respective APIs. The retrieved information regarding
20
+secondary structure, solvent accessibility, membrane regions, protein-binding regions, disordered regions,
21
+PTMs and disulfide bridges is saved per residue within a Protein DataFrame.
22
+After calling `getProteinFeatures()`, immunogens can be added to the Protein DataFrame.
21 23
 }
22 24
 \examples{
23 25
 getProteinFeatures("P55087")