Description Usage Arguments Details Value Author(s) See Also Examples
Assign the percent conservation to a "set#" for plotting.
1 | ConservationSet(pct.conserved)
|
pct.conserved |
A |
Several of the plots color-code conserved water clusters based on
percent conservation (see ClusterSummaryPlots()
for color-coding) and is
controlled by a conserve.set
column. This function assigns less than 50%
conservation to set0
, 50 to 69% set1
, 70 to 79% set2
, 80 to 89%
set3
, 90 to 99% set4
, and eqaul to 100% set5
,
NOTE: This is a non-public function.
vector indicating the conservation set
Emilio Xavier Esposito emilio@exeResearch.com
Other utilities: DetermineChainsOfInterest
,
ExtractFileTimeStamp
,
ExtractPDBids
, 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 8 | ## Not run:
pct.conserved <- c(100, 95, 90, 85, 80, 75, 70, 65, 60, 55, 50,
45, 40, 35, 30, 25, 20, 15, 10, 10)
ConservationSet(pct.conserved)
# [1] "set5" "set4" "set4" "set3" "set3" "set2" "set2" "set1" "set1" "set1"
# "set1" "set0" "set0" "set0" "set0" "set0" "set0" "set0" "set0" "set0"
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.