Fetch protein disorder information from MobiDB
Fetches information about disordered protein regions from MobiDB.
fetch_mobidb(organism_id, protein_ids)
organism_id |
An NCBI taxonomy identifier of an organism (TaxId). Possible inputs inlude only: "9606" (Human), "559292" (Yeast), "83333" (E. coli), "10090" (Mouse), "9913" (Bovine), "7227" (Fruit fly). |
protein_ids |
A character vector of UniProt identifiers. These need to be proteins from the organism provided in |
A data frame that contains start and end positions for disordered regions for each protein provided. The feature
column
contains information on the source of this annotation. More information on the source can be found here.
fetch_mobidb( organism_id = "83333", protein_ids = c("P36578", "O43324", "Q00796") )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.