.combine_CORs_list | R Documentation |
This function
combines all the EIF4F correlating genes and their correlation
coefficients to a data frame, with the data generated from
.EIF_correlation()
.
selects significant correlating genes with .is_significant_correlation()
It should not be used directly, only inside .plot_Corr_RNAseq_TCGA_GTEX()
function.
.combine_CORs_list(df1, df2)
df1 |
|
df2 |
|
data frame with posCORs or negCORs from both tumors and healthy tissue samples
Other helper function for correlation analysis:
.combine_CORs_summary()
,
.get_cluster_genes()
,
.is_significant_correlation()
## Not run: .combine_COR_list(df1 = EIF.cor.tumor[[1]], df2 = EIF.cor.normal[[1]]) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.