mailRe: question regarding output format


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by Edward d'Auvergne on February 19, 2009 - 10:46:
Hi,

This depends on which format you would like to use.  There is one
script, sample_scripts/latex_mf_table.py, that will generate a LaTeX
table from your model-free data.  If this is not what you need, then
the output text file could possibly also be imported into Excel as a
field delimited file with the delimiter set to '&'.  If you need
something a bit different, this script could be modified to produce
the table in a slightly different format.  Or you could output the
results by typing the following into the relax:

pipe.create('my data', 'mf')
results.read('your_results_file')
value.display('S2')
value.display('S2f')
value.display('S2s')
value.display('te')
value.display('tf')
value.display('ts')
value.display('Rex')

etc.  I hope this helps.  Otherwise there is alway the option of
cutting and pasting from the results file directly.

Regards,

Edward




On Thu, Feb 19, 2009 at 2:06 AM, Raj Jose <isodna05@xxxxxxxxx> wrote:
Hello,

Thanks Dr. Edward for the reply and the suggestions.
I was wondering if there are any general python scripts available to get
the  final outputs in a presentable
format of all the modelfree parameter , for all the residues after the
final run.

thanks
prem

Prem Raj B Joseph
Post Dcotoral Fellow
Dept. of Biochemistry and Molecular Biology
Sealy Center for Structural Biology and Molecular Biophysics
5.142 Medical Branch Building
University of Texas Medical Branch
Galveston, TX 77555-1055
Cell: 409-354-8536





_______________________________________________
relax (http://nmr-relax.com)

This is the relax-users mailing list
relax-users@xxxxxxx

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-users





Related Messages


Powered by MHonArc, Updated Fri Feb 20 18:20:21 2009