shenlab-sinai / ngsplot

Quick mining and visualization of NGS data by integrating genomic databases
Other
257 stars 65 forks source link

Return Cluster Information #44

Closed RGunning closed 9 years ago

RGunning commented 9 years ago

Previously it was difficult to extract clusters following k-means clustering. I have updated the code to output the cluster number along with the genes in the go.list

plotlib.r OrderGenesHeatmap() now returns a list containing the order of genes and the cluster order plotheat() has been adjusted to accept a list from OrderGenesHeatmap() and return the genes and their cluster as a list which will be saved as go.list by ngsplot.r

ExtractGName.r updated to cope with new go.list output

RGunning commented 9 years ago

Closed and superseded by #45