from_corrs_to_df: This function transforms corrs into ESTIMATES and PVALUE...

View source: R/from_corrs_to_df.R

from_corrs_to_dfR Documentation

This function transforms corrs into ESTIMATES and PVALUE DATAFRAMES

Description

From list data structure to ESTIMATES data.frame and PVALUE dataframe

Usage

from_corrs_to_df(corrs, genes_proteins, condv)

Arguments

corrs

A list with two fields: 1. estimate estimate value 2. p.value pvalue.

genes_proteins

List of gene/proteins

condv

List of miRNAs

Value

A list with two fields: 1. estimate estimate value 2. p.value pvalue. The two lists have the same length


martalovino/MoPc documentation built on May 30, 2022, 4:11 p.m.