package
Version:
v0.0.0-...-40008dc
Opens a new window with list of versions in this module.
Published: Jun 11, 2022
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package pfam will get regions for a list of UniProt IDs.
type Domain struct {
End int `json:"end"`
Metadata Metadata `json:"metadata"`
Name string
Start int `json:"start"`
}
Domain contains protein domain information.
Features is a map of UniProt IDs with domain and motif information.
GetRegions returns regions
type Metadata struct {
Identified string `json:"identifier"`
}
Metadata for domain.
type Motif struct {
End int `json:"end"`
Name string `json:"type"`
Start int `json:"start"`
}
Motif contains protein motif/region information.
type Regions struct {
Domains []Domain `json:"regions"`
Motifs []Motif `json:"motifs"`
}
Regions contains sequence level domain and region information.
Response for data received from Pfam.
AddDomainNames attaches the metadata identfier to the Domain struct.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.