Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 589 Bytes

File metadata and controls

17 lines (12 loc) · 589 Bytes

Survey of Moduarity in Biology

This repository contains a database for a survey of literature on modularity in biology.

You can access the databse using this url

Usage

Click data to do SQL queries.

  • List column names SELECT name FROM pragma_table_info('modularity_survey');
  • Show all rows SELECT * from modularity_survey
  • Show rows with just Hellerstein AddedBy SELECT * from modularity_survey where AddedBy="Hellerstein"