- BRCA1 functional scores measured by Findlay et al. (2018). See here for an interactive dms-view visualization of the RING domain focused on sites variants classified as "Pathogenic" by clinVar. See here for an interactive dms-view visualization of the BRCT domain focused on sites variants classified as "Pathogenic" by clinVar. The raw data are here.
-
Make a new branch or a fork of this repository.
-
Navigate to the ./data/ directory and create a subdirectory for the appropriate study. Data are named by the study's first author and year, such as ./data/Findlay2018/.
-
Within that subdirectory, add the three input files that are needed to visualize the data. As described in the
dms-view
docs, these are a CSV file of the data, a protein structure PDB file, and a Markdown metadata file. In general, you should name these with the CSV data file named according to the study name (e.g., ./data/Findlay2018/Findlay_ringdomain.csv), the PDB file simply being the PDB (e.g., ./data/Findlay2018/1t29.pdb), and the Markdown metadata file also named according to the study name (e.g. ./data/Findlay2018/Findlay2018.md). In addition, you should add a README within the subdirectory explaining the origin of the files (e.g., ./data/Findlay2018/README.md). In some cases (such as if the same data is mapped to multiple protein structures) you may need to extend or modify this naming scheme. If you need to process other rawer forms of the data (e.g., from paper supplements) into the final data file fordms-view
, then include those rawer data and the processing scripts if possible, explaining in the subdirectory repo. -
Make a pull request for your branch or fork to add the data.
-
In this top-level README file add a short description of the study and a link to an appropriate dms-view view of the dataset.
-
Make a pull request for your branch or fork to add the link.