|
rje_disorder V1.6.0Disorder Prediction Module
Copyright © 2006 Richard J. Edwards - See source code for GNU License Notice Imported modules:
See SLiMSuite Blog for further documentation. See FunctionThis module currently has limited function and no standalone capability, though this may be added with time. It is designed for use with other modules. The disorder Class can be given a sequence and will run the appropriate disorder prediction software and store disorder prediction results for use in other programs. The sequence will have any gaps removed. Currently six disorder prediction methods are implemented:
iumethod=X , where X is short , long , anchor , or redox . This can also be triggered by
setting disorder=X to iushort2 or iulong2 , iuanchor2 (or simply anchor2 ), or iuredox2 .
iumethod=short or iumethod=long .
This can also be triggered by setting disorder=iushort or disorder=iulong .
curl on your system to use this method!
disorder=X setting should match the <DISORDER> part of the filename (below). If this is one of the other
recognised disorder predictors above, missing files will be generated if possible. Otherwise, files must be present
for disorder prediction to occur.
For IUPred, the individual residue results are stored in Disorder.list['ResidueDisorder']. For all methods, the disordered regions are stored in Disorder.list['RegionDisorder'] as (start,stop) tuples. IUScoreDirV1.2.0 introduced the optional use of CommandlineGeneral Options
System Settings
History Module Version History# 0.0 - Initial Compilation. # 0.1 - Added parsing of disorder from name as an option instead of disorder prediction # 0.2 - Added Folded tuple as well as disordered # 0.3 - Added PrintLog opt attribute # 0.4 - Added option for correct use of IUPred_PATH environment variable # 0.5 - Added Minimum length of an ordered/disordered region # 0.6 - Added ANCHOR prediction. # 0.7 - Added globProportion calculation. # 0.8 - Added makeRegions() method. # 1.0.0 - Added random disorder function and elevated to v1.x as fully functional for SLiMSuite # 1.1.0 - Added strict option for disorder method selection. Added minorder=X. # 1.2.0 - Added saving and loading scores to IUScoreDir/. # 1.3.0 - Switched default behaviour to be md5acc=T. # 1.4.0 - Fixed up disorder=parse and disorder=foldindex. # 1.5.0 - Added iupred2 and anchor2 parsing from URL using accnum. Made default disorder=iushort2. # 1.5.1 - Fixed iupred2 URL generation error. # 1.5.2 - Changed iupath default. # 1.6.0 - Initial Python3 code conversion. © 2015 RJ Edwards. Contact: richard.edwards@unsw.edu.au. |