flattenChow | R Documentation |
Takes in results from chowCor as a list of 2d matrices and converts it into a single data.frame, where the first two columns are an edgelist of all pairs compared.
flattenChow(chow_result, adjust_q = T, sort_output = T)
chow_result |
A list of matrices as output by chowCor. Required |
adjust_q |
Should the q-values be calculated? Otherwise, qValDiff will be the same as pValDiff |
sort_output |
Should the final output be sorted from smallest to largest p-values? |
Returns a data.frame, sorted by superNOVA p-value, where each row is a feature pair, with columns "Gene1","Gene2","groupCor","groupCorPval","globalCor","globalCorP","pValDiff","Classes".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.