Description Usage Arguments Details Author(s) References Examples
Draw a heatmap for the genes of a certain pathway based on the expression profile user specified.
1 | drawAHeatMap(Result, Name, PCExpr, Labels)
|
Result |
A lncPath object come from the lncPath function. |
Name |
A string, the name of the pathway to be plot. |
PCExpr |
A data frame, the expression profile to be plotted. |
Labels |
A vector of 0 and 1, 0 indicates control and 1 indicates case. |
Draw a heatmap of the genes of a pathway based on the expression profile. The rows of heatmap are genes ranked by their weights and the columns of heatmap are samples ordered the same as the expression profile.
Junwei Han <hanjunwei1981@163.com>, Zeguo Sun <zeguo.sun@163.com>
Subramanian, A., Tamayo, P., Mootha, V.K., Mukherjee, S., Ebert, B.L., Gillette, M.A., Paulovich, A., Pomeroy, S.L., Golub, T.R., Lander, E.S. et al. (2005) Gene set enrichment analysis: a knowledgebased approach for interpreting genome-wide expression profiles. Proc Natl Acad Sci U S A, 102, 15545-15550.
1 2 3 4 5 6 7 8 | ##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
Result <- getExampleData("Result")
Profile <- getExampleData("Profile")
Labels <- getExampleData("Labels")
drawAHeatMap(Result, "KEGG_RIBOSOME", Profile, Labels)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.