How to graphically display multidimensional categorical data
1
0
Entering edit mode
9.7 years ago

Hi,

I have a purely categorical dataset and want display in the form of an appropriate graph. The data is in the form of CSV. The data has information about enzyme names, biological pathway, organisms and the chromosome numbers they belong to. I want to display the chromosome to which these enzymes belong to by pathway and organism. Please let me know the best way to display this data. I know R and D3.js. Not sure whether these tools are good for this type of data or not.

Thanks

Graphical-display R • 2.6k views
ADD COMMENT
0
Entering edit mode

What would you want to understand from the graph after it is drawn?

ADD REPLY
0
Entering edit mode

To see whether any particular pathway enzymes prefer a chromosome, and if so whether it is conserved across species.

ADD REPLY
2
Entering edit mode

In that case why not create a dataset that contains the chromosome number for each gene and do a pathway overrepresentation analysis for each chromosome?

ADD REPLY
0
Entering edit mode

Please let me know if there are any open source software to do such analysis.

Thanks

ADD REPLY
0
Entering edit mode

Yes, there are severall. There are R packages that can do the numerical part and Go-Elite can do that too. The advantage of these could be that they can use the gene-pathway assignments that you already have. Personally I would prefer to do it in PathVisio, provided sufficient pathways for your species of interest are available. Note you need standard over representation analysis (z-score based on a matching a criterium) and not what is usually called gene set enrichment analysis since that will consider you chromosome values as a level scale.

ADD REPLY
0
Entering edit mode
9.7 years ago
Lynxoid ▴ 230

Parallel Sets is good for finding trends in categorical data.

ADD COMMENT

Login before adding your answer.

Traffic: 2705 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