Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.88 KB

index.md

File metadata and controls

34 lines (29 loc) · 1.88 KB
layout hero title tagline intro
home
image
/assets/img/site/hero-gordonhall.jpg
HIDIVE Lab
Data visualization to drive discovery.
The **HIDIVE** Lab (Humans in Data Integration, Visualization, and Exploration) in the [Department of Biomedical Informatics](http://dbmi.hms.harvard.edu) at [Harvard Medical School](http://hms.harvard.edu) is a group of data scientists and software developers who are passionate about driving biomedical discovery by creating efficient and effective visual interfaces between analysts and data. We focus on the development of visual analysis tools for genomic and other biomedical data to address challenges in basic and applied research. We are particularly interested in applying our approaches in cancer genomics, epigenomics, and chromosome conformation studies. The most recent results of our work can always be found on [bioRxiv](http://biorxiv.org/search/author1%3ANils%2BGehlenborg), [medRxiv](https://www.medrxiv.org/search/author1:Nils+Gehlenborg), [arXiv](https://arxiv.org/search/?query=gehlenborg&searchtype=author&source=header), [osf Preprints](https://osf.io/search?q=gehlenborg&resourceType=Preprint&sort=-dateModified), and on [GitHub](https://github.com/search?utf8=%E2%9C%93&q=topic%3Agehlenborglab&type=Repositories).

HIDIVE Lab

Latest News

{% assign latest_news = site.news | reverse | slice: 0,5 %} {% for news in latest_news %}

{{ news.title }}

{{ news.date | date: "%-d %B %Y" }} | {{ news.blurb }} More ...

{% endfor %}