Caroline Greve
unread,Nov 25, 2009, 8:07:17 AM11/25/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to po...@googlegroups.com
Hello All
I´m performing a sensitivity analysis using the script sugested in the "commands" file of POY 4.0:
(* sensitivity analysis *)
read("9.fas")
set(root:"t1")
store("original_data")
transform(tcm:"111.txt")
build(100)
swap(timeout:3600)
select()
report("111.tre",trees:(total) ,"111con.tre",consensus,
"111con.pdf",graphconsensus)
use("original_data")
transform(tcm:"112.txt")
build(100)
swap(timeout:3600)
select()
report("112.tre",trees:(total),"112con.tre",consensus,
"112con.pdf",graphconsensus)
exit()
How can I calculate the MRI with these results? Specifically it´s not clear to me how to obtain the maximum cost of fragments.