Description Usage Arguments Value Examples
View source: R/pathway_comparison.R
This function makes projection and comparison between pathways. The output contains pathway ID and p-value. P-value<0.05 was considered significantly different.
1 | pathway_comparison(profile1,profile2,pathway_info)
|
profile1 |
A dataframe that generated by function pathway_vectorization(). |
profile2 |
A dataframe that generated by function pathway_vectorization(). |
pathway_info |
A list containing pathway information to be compared, which can be generated by the merge_pathway function. |
Return a dataframe containing pathway ID and p-value.
1 2 | data(example)
significant_pathway=pathway_comparison(Treatment_profile,Model_profile,pathway_info)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.