iProFun.reg.table | R Documentation |
Reformat the regression output into a table format. Each row is for a predictor-outcome pair.
iProFun.reg.table(reg.all, xType = NULL, yType = NULL)
reg.all |
Output from iProFun.reg. |
xType |
A vector of string for the data types of xList, such as "mutation", "CNV" and "methylation". |
yType |
A vector of string for the data types of xList, such as "RNA", "protein" and "phospho". |
A table that includes gene ID, other gene info if provided, predictor data type, outcome data type, estimate, se and p-value from Student's t-test, in a long format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.