Description Usage Arguments Details Value Author(s) See Also Examples
Retain chains of interest based on user input parameters
1 | RetainChainsOfInterest(atoms.oi, chains.explore, chains.oi)
|
atoms.oi |
|
chains.explore |
String of chains to explore |
chains.oi |
String from the |
Using the user provided chains of interest, indicate the PDB chains to retain.
NOTE: This is a non-public function and is NOT available for general use. Please contact the author if you believe this function should be available for general use.
data.frame
of the protein atoms retained based on the indicated
chains of interest
Emilio Xavier Esposito emilio@exeResearch.com
Other utilities: ConservationSet
,
DetermineChainsOfInterest
,
ExtractFileTimeStamp
,
ExtractPDBids
, FileTimeStamp
,
HasXWaters
, Nearby
,
ProtHetWatIndices
,
RescaleValues
,
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 | ## Not run:
RetainChainsOfInterest(PDB.4dfr$atom, "B", "user")
RetainChainsOfInterest(PDB.1hai$atom, c("H", "L"), "user")
RetainChainsOfInterest(PDB.4dfr$atom, "A", "first")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.