kevinrue / GOexpress-original

Original repository for Bioconductor package. Now at:
https://github.com/kevinrue/GOexpress
9 stars 5 forks source link

Heatmap_GO: use gene_id where gene name is not available #25

Closed kevinrue closed 9 years ago

kevinrue commented 9 years ago

When annotating the heatmap with gene_names, features without a gene name are left blank. While users may fill in the blanks by generating the same heatmap annotated with gene_ids, it would be friendlier to do the job for them.

kevinrue commented 9 years ago

Implemented. Bonus feature: the bottom and right margins of the heatmap plot now can be resized to accomodate large gene and sample labels, respectively.