get_fasta_from_rcsb_entry {rPDBapi} | R Documentation |
Retrieve FASTA Sequences from PDB Entry
Description
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.
Usage
get_fasta_from_rcsb_entry(rcsb_id, verbosity = TRUE)
Arguments
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. |
Value
A list of FASTA sequences associated with the provided RCSB entry ID.
Examples
get_fasta_from_rcsb_entry(c("4HHB"), verbosity = TRUE)
[Package rPDBapi version 1.3 Index]