Description Usage Arguments Value Examples
This function vectorizes pathway by creating pathway-gene profiles.
| 1 | 
| nmerge_tab | Gene expression profile. Rownames of the table are entrez IDs of genes. Colnames are sample names. The elements of the table are the expression of genes. | 
| condition | The parameter is a vector which contains the condition information of the samples, such as condition<-c(type1,type1,type2,type2) of four samples. | 
| group1 | The condition of samples that be compared. | 
| group2 | The condition of samples that be compared. | 
| kg.sets | A collection of gene sets. An exsample data showed in data/. | 
The functions provide the following results:
| path_vec | return a list which contain two dataframes. The dataframes are pathway-gene profile which are the quantitative result of pathways. Colnames of the table are pathways' name, rownames are the genes' name. | 
| 1 2 3 4 5 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.