list_pdbs: List Accessible PDB Files

Description Usage Arguments See Also Examples

Description

list_pdbs returns a list of accessible PDB files that can then be passed into other functions within protein. You can filter to either current or obsolete files.

Usage

1
list_pdbs(type = c("current", "obsolete", "unreleased"), ...)

Arguments

type

whether to retrieve current, obsolete or unreleased PDB files. "current" by default.

...

further arguments to pass to httr's GET.

See Also

get_pdb_description, get_pdb_entities and get_pdb_ligands, which make use of PDB file IDs.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 

#Get current files
available_pdb_files <- list_pdbs()

#Get obsolete files
available_obsolete_files <- list_pdbs("obsolete")


## End(Not run)

Ironholds/protein documentation built on May 7, 2019, 6:42 a.m.