Tool:Summarizing clustered categorical/continuous `omics data
0
0
Entering edit mode
4.4 years ago
arshiaurora ▴ 10

Hello,

I would like to introduce a light visualization R package to plot and clustered `omics data like categorical (mutations. other clinical variables), or continuous (gene expression, age, etc) variables: panelmap

  • panelmap creates appropriate legends for all the variables used and provided complete flexibility and various customizations of the appearance of the plot.
    • makepanel A one-line command that takes in the group variable of interest along with other variables to see their distribution among each group. makepanel also allows for appropriate statistical tests to check for associations and returns a summary table of all the variables used.

See an example on mtcars dataset-

panelmap on mtcars

  • circomap circomap allows us to visualize more than one datatypes in a circular layout consisting of multiple panelmaps. For instance, if I repeat data used above 3 times, then I can visualize this via circomap by arranging 3 panelmaps in a circular fashion.

circomap on mtcars

  • makepanel_order This function plots a panelmap when no group is provided. Only works for binary or mutation data for now. One can also provide a user defined order to plot other types of variables lacking a group.

panelmap was used to create figures for this manuscript

To learn more about panelmap see this and a detailed tutorial can be found here

mutations R visualization cluster • 885 views
ADD COMMENT

Login before adding your answer.

Traffic: 1729 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6