get_fasta_from_rcsb_entry {rPDBapi} | R Documentation |
This function fetches FASTA sequences from the RCSB Protein Data Bank (PDB) for a specified entry ID. It sends an HTTP request to the PDB and processes the response to extract FASTA sequences.
get_fasta_from_rcsb_entry(rcsb_id, verbosity = TRUE)
rcsb_id |
A string representing the PDB ID for which the FASTA sequence is to be retrieved. |
verbosity |
A boolean flag indicating whether to print status messages during the function execution. Defaults to TRUE. |
A list of FASTA sequences associated with the provided RCSB entry ID.
get_fasta_from_rcsb_entry(c("4HHB"), verbosity = TRUE)