Mercurial > repos > ppericard > mixomics_blocksplsda
comparison circleCor_wrapper.R @ 4:b0ab97ffc2a1 draft
planemo upload for repository https://github.com/bilille/galaxy-mixomics-blocksplsda commit 0bf5c0745f406f2eca9c708a062c975b1f7ea386
author | ppericard |
---|---|
date | Mon, 09 Mar 2020 11:53:32 -0400 |
parents | 0a3c83f2197a |
children |
comparison
equal
deleted
inserted
replaced
3:0a3c83f2197a | 4:b0ab97ffc2a1 |
---|---|
74 print(mat_cor_comp1) | 74 print(mat_cor_comp1) |
75 print("blocks_vector:") | 75 print("blocks_vector:") |
76 print(blocks_vector) | 76 print(blocks_vector) |
77 | 77 |
78 | 78 |
79 # pdf(args$output_pdf, width=12, height=9) | |
80 pdf(args$output_pdf) | |
79 | 81 |
80 pdf(args$output_pdf, width=12, height=9) | 82 mar = c(5.1, 4.1, 4.1, 9.1) |
83 par(mar = mar) | |
81 | 84 |
82 varSelect = circleCor(liste_dataframe_cor_comp_var_global = liste_dataframe_cor_comp_var_global, | 85 varSelect = circleCor(liste_dataframe_cor_comp_var_global = liste_dataframe_cor_comp_var_global, |
83 liste_vec_indice_blockSelect = liste_vec_indice_blockSelect, | 86 liste_vec_indice_blockSelect = liste_vec_indice_blockSelect, |
84 mat_cor_comp1 = mat_cor_comp1, | 87 mat_cor_comp1 = mat_cor_comp1, |
85 mat_cor_comp2 = mat_cor_comp2, | 88 mat_cor_comp2 = mat_cor_comp2, |