leskia29 / group_2

Associations among independent variables: Create summaries and visualizations of how the independent variables are associated with each other. Here, many of the characteristics of the drugs might be associated with each other, and the drugs might “cluster” into groups based on these characterstics. This group will need to come up with ways (and code) to analyze that in the data. This might include correlation plots, hierarchical cluster analysis, and principal components analysis.
2 stars 1 forks source link

add identifier to heirarchical clustering based on other column info #4

Open cbrents opened 6 years ago

cbrents commented 6 years ago

in order to identify if a test is invivo or invitro, we would like to either color-code or add a symbol next to the test. i successfully identified each test as such, but cannot get the information to transfer over to a hclust and as.dendogram. I lose the names of the tests (so it's a plain, nonhelpful dendogram). The code is in example_ggraph_chembio_drugacross.RMD in the graph_examples folder. This link might work: link @geanders