Skip to content

jtquach1/installation-map

Repository files navigation

cBioPortal Installation Map

Table of Contents

General information

This project features successful user installations of cBioPortal, as indicated by data from the cBioPortal Deployment Survey. One can also view the project here and here.

Features

  • Search and filter map markers by institution, lab, or address search_and_filter
  • Pan and zoom (buttons or scroll-wheel) pan_and_zoom
  • Sync map and table sync_map_and_table
  • Split or merge map markers based on zoom level split_or_merge_markers
  • Render country borders with amount of detail based on zoom level country_borders
  • Select map markers via clicking in table or on map select_markers
  • Render in small or full mode; append ?small=1 at end of URL for the former
small mode (sidebar) full mode
small_mode full_mode

Technologies

This project was created with:

Setup

This section features the steps to run this project locally.

  • Clone the repository by doing git clone https://github.com/jtquach1/installation-map.git.
  • Install the necessary dependencies by doing yarn.
  • Make a development build by doing yarn start.
  • View the project at http://localhost:3006.