Description Usage Arguments Details Value Author(s) See Also Examples
Extract the four (4) character PDB identifier from the file name
1 | ExtractPDBids(pdb.location)
|
pdb.location |
A collection of string values with the complete
(normalized) path for each PDB file within the provided directory/folder
obtained with the |
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.
a vector of strings containing the PDB identifiers for the protein structures
Emilio Xavier Esposito emilio@exeResearch.com
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
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.