Home | Trees | Indices | Help |
|
---|
|
object --+ | ClansParams
Class for handling Clans parameters. See ClansParams._DEFAULTS for accepted parameter names.
Instance Methods | |||
|
|||
|
|||
Inherited from |
Properties | |
float |
attfactor factor in the attractive force |
float |
attvalpow exponent in the attractive force |
bool |
avgfoldchange parameter with unclear function. |
str |
blastpath path to the BLAST executable for protein-protein comparisons. |
bool |
cluster2d if True, clustering is done in 2D. |
tuple |
colors colors that define the coloring for different p-values/attractions |
bool |
complexatt if True, complex attraction computations are used. |
float |
cooling parameter with unclear function. |
float |
currcool parameter with unclear function. |
float |
dampening parameter with unclear function. |
int |
dotsize size of the central dot representing each sequence in the clustermap |
str |
formatdbpath path to the formatdb executable of BLAST. |
int |
groupsize default for the size of circles that mark newly created groups |
float |
maxmove maximal sequence (i.e. |
float |
minattract parameter with unclear function. |
int |
ovalsize size of the circle around selected sequences |
float |
pval p-value cutoff that determines which connections are considered for the attractive force |
float |
repfactor factor in the repulsive force |
float |
repvalpow exponent in the repulsive force |
bool |
showinfo if True, additional data (rotation matrix) is shown in the clustring window) |
bool |
usefoldchange parameter with unclear function. |
bool |
usescval parameter with unclear function. |
float |
zoom zoom value (1.0 == not zoomed) |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Sets the parameters to CLANS default values. See ClansParams._DEFAULTS. |
Property Details |
attfactorfactor in the attractive force raises ValueError if
|
attvalpowexponent in the attractive force raises ValueError if
|
avgfoldchangeparameter with unclear function. Check in Clans. raises ValueError if set to non-boolean value
|
blastpathpath to the BLAST executable for protein-protein comparisons. BLAST+ is currently not supported by Clans. raises ValueError if
|
cluster2dif True, clustering is done in 2D. Else in 3D. raises ValueError if set to non-boolean value
|
colorscolors that define the coloring for different p-values/attractions raises ValueError if set to s.th. else than a 10-tuple of 2-tuples
|
complexattif True, complex attraction computations are used. raises ValueError if set to non-boolean value
|
coolingparameter with unclear function. Check in Clans. raises ValueError if
|
currcoolparameter with unclear function. Check in Clans. raises ValueError if
|
dampeningparameter with unclear function. Check in Clans. raises ValueError if
|
dotsizesize of the central dot representing each sequence in the clustermap raises ValueError if
|
formatdbpathpath to the formatdb executable of BLAST. raises ValueError if
|
groupsizedefault for the size of circles that mark newly created groups raises ValueError if
|
maxmovemaximal sequence (i.e. dot in the clustermap) movement per round raises ValueError if
|
minattractparameter with unclear function. Check in Clans. raises ValueError if
|
ovalsizesize of the circle around selected sequences raises ValueError if value not castable to int
|
pvalp-value cutoff that determines which connections are considered for the attractive force raises ValueError if
|
repfactorfactor in the repulsive force raises ValueError if
|
repvalpowexponent in the repulsive force raises ValueError if
|
showinfoif True, additional data (rotation matrix) is shown in the clustring window) raises ValueError if set to non-boolean value
|
usefoldchangeparameter with unclear function. Check in Clans. raises ValueError if set to non-boolean value
|
usescvalparameter with unclear function. Check in Clans. raises ValueError if set to non-boolean value
|
zoomzoom value (1.0 == not zoomed) raises ValueError if
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jul 4 20:19:04 2017 | http://epydoc.sourceforge.net |