https://www.uniprot.org/help/api_queries https://www.uniprot.org/help/text-search https://www.uniprot.org/help/query-fields
WebServices
01 Syntax
SMRUCC.genomics.Assembly.Uniprot.Web.WebServices
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| CreateQuery | 1 | Create a protein query url. |
| DownloadProtein | 1 | Download a protein sequence fasta data from http://www.uniprot.org/ using a specific UniprotId. |
| DownloadProteinData | 1 |
03 Members
CreateQuery(
String, Nullable(Of UInt32))Create a protein query url.
Parameters
| Name | Type | Description |
|---|---|---|
q | String | - |
DownloadProtein(
String)Download a protein sequence fasta data from http://www.uniprot.org/ using a specific UniprotId. (从http://www.uniprot.org/网站之上下载一条蛋白质序列)
Parameters
| Name | Type | Description |
|---|---|---|
UniprotId | String | The uniprot id of a protein sequence.(蛋白质在Uniprot数据库之中的编号) |
DownloadProteinData(
String)