A data frame that contains start and end positions for disordered and flexible protein
regions. The feature column contains information on the source of this
annotation. More information on the source can be found
here.
Arguments
uniprot_ids
optional, a character vector of UniProt identifiers for which information
should be fetched. This argument is mutually exclusive to the organism_id argument.
organism_id
optional, a character value providing the NCBI taxonomy identifier of an organism
(TaxId) of an organism for which all available information should be retreived. This
argument is mutually exclusive to the uniprot_ids argument.
show_progress
a logical value; if TRUE a progress bar will be shown.
Default is TRUE.
timeout
a numeric value specifying the time in seconds until the download of an organism
archive times out. The default is 60 seconds.
max_tries
a numeric value that specifies the number of times the function tries to download
the data in case an error occurs. The default is 2.