# HG changeset patch # User morinlab # Date 1480885024 18000 # Node ID 7717e4a7ca07b9dd85ec45dbb0f1ca7ebb202ddf # Parent 37839ae5d29b2d961faf2e261efc71306f19f8f4 Uploaded diff -r 37839ae5d29b -r 7717e4a7ca07 select_optimal_cluster.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/select_optimal_cluster.xml Sun Dec 04 15:57:04 2016 -0500 @@ -0,0 +1,53 @@ + + + Select the Optimal Clusters from TITAN + + + Rscript + R + cancer_genomics_functions + CANCER_GENOMICS_FUNCTIONS_PATH + + + + Rscript $__tool_directory__/select_optimal_cluster.R + --input_params + #for $f in $params: + $f + #end for + --input_segments + #for $f in $segments: + $f + #end for + #if $method.method_selector == "validity_index" + --method validity_index + #else + --method validity_index_and_pga + -pga $method.pga + #end if + --output_param $output_param + --output_segment $output_segment + -cgfp \$CANCER_GENOMICS_FUNCTIONS_PATH + + + + + + + + + + + + + + + + + + + + + + +