View source: R/combine_scores.R
combine_scores | R Documentation |
This function ranks combines standardized scores from each omic ranked dataset
combine_scores(df_rna = NULL, df_prot = NULL, df_kin = NULL, tf_kin = NULL)
df_rna |
dataframe with percentile ranking of RNA features |
df_prot |
dataframe with percentile ranking of protein features |
df_kin |
dataframe with percentile ranking of kinase features |
tf_kin |
dataframe with percentile ranking of transcription factor features |
dataframe with combined scores
TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.