Description Usage Arguments Value Examples
View source: R/pathway_vectorization.R
This function vectorizes pathways by creating pathway-gene profile.
1 | pathway_vectorization(expression_profile,condition,group1,group2,pathway_info)
|
expression_profile |
Gene expression profile contains gene expression. Rownames are entrez IDs. Colnames are sample names. |
condition |
A vector contains group information of samples. For example, condition<-c(type1,type1,type2,type2) of four samples. |
group1 |
Group1 to be compared. |
group2 |
Group1 to be compared. |
pathway_info |
A list containing pathway information to be compared, which can be generated by the merge_pathway function. |
Return a dataframe which contains pathway-gene information. Colnames are pathways' names, rownames are genes' names and the value of each element is Foldchange between two groups.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.