ExtractPDBids: Extract PDB IDs

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Extract the four (4) character PDB identifier from the file name

Usage

1
ExtractPDBids(pdb.location)

Arguments

pdb.location

A collection of string values with the complete (normalized) path for each PDB file within the provided directory/folder obtained with the ReturnPDBfullPath().

Details

The first four (4) characters of the file name – typically the PDB ID is placed at the beginning of the file name – are extracted and assumed to be the unique PDB ID.

NOTE: This is a non-public function.

Value

a vector of strings containing the PDB identifiers for the protein structures

Author(s)

Emilio Xavier Esposito emilio@exeResearch.com

See Also

Other utilities: ConservationSet, DetermineChainsOfInterest, ExtractFileTimeStamp, FileTimeStamp, HasXWaters, Nearby, ProtHetWatIndices, RescaleValues, RetainChainsOfInterest, ReturnPDBfullPath, StandardizeAsparticAcidNames, StandardizeCysteineNames, StandardizeGlutamicAcidNames, StandardizeHistidineNames, StandardizeLysineNames, TimeSpan, UniqueAtomHashes, aaStandardizeNames, getAtomTypeCounts, getResTypeCounts, res2xyz, resAtomType2AtomClass, write.basic.pdb, write.conservedWaters.pdb

Examples

1
2
3
4
5
6
7
  ## Not run: 
  ExtractPDBids("1hai.pdb")
  # [1] "1hai"
  ExtractPDBids("/home/someuser/pdbs/1hai.pdb")
  # [1] "1hai"
  
## End(Not run)

vanddraabe documentation built on June 8, 2019, 1:03 a.m.