https://github.com/data-fun/3d-scere

3D Scere genome exploration

https://github.com/data-fun/3d-scere

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: springer.com, zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.1%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

3D Scere genome exploration

Basic Info
  • Host: GitHub
  • Owner: data-fun
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 915 KB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 3
  • Releases: 0
Created almost 5 years ago · Last pushed over 4 years ago

https://github.com/data-fun/3d-scere/blob/main/

# 3d-scere

## What is 3d-scere ?

3D-Scere is an open-source tool for interactive visualization and exploration. Source code is available here. The tool is also freely usable online at https://3d-scere.ijm.fr/. It allows the visualization of any list of genes in the context of the 3D model of S. cerevisiae genome. Further information can easily be added, like functional annotations (GO terms) or gene expression measurements. Qualitative or quantitative functional properties are highlighted in the large-scale 3D context of the genome with only a few mouse clicks.

## Setup your environment

Clone the repository:
```
git clone https://github.com/data-fun/3d-scere.git
```

Move to the new directory:
```
cd 3d-scere
```

Create a [conda](https://docs.conda.io/en/latest/miniconda.html) environment:
```
conda env create -f dashboard_conda_env.yml
```

Load the `dashboard` conda environment:
```
conda activate dashboard
```

## Required static data

Download the SQL database (~340 Mb):
```
wget -O static/SCERE.db https://zenodo.org/record/5526011/files/SCERE.db
```

Download the distance matrix (~550 Mb):
```
wget -O static/3D_distances.parquet.gzip https://zenodo.org/record/5526011/files/3D_distances.parquet.gzip
```

## Run the dashboard

```
make run
```

then open your web browser on 


## Run the dashboard on a server

```
make run-gunicorn
```

then open your web browser on 

## Test the dashboard with example data

Use the files in example data folder.

Example file for the "GO term projection" and "3D distances histogram and network" tabs:
gene_list_example_UPC2_38_targets.csv : Targets list of the UPC2 trancription factor, extracted from the [supplementary data](https://static-content.springer.com/esm/art%3A10.1038%2Fs41598-020-74043-7/MediaObjects/41598_2020_74043_MOESM1_ESM.zip) of Monteiro et al., Assessing regulatory features of the current transcriptional network of Saccharomyces cerevisiae. Sci Rep. 2020 Dec;10(1):17744.


Example file for the "Quantitative variable projection" tab:
quantitative_variables_example.csv: microarray data (heatshock 25C to 37C) from 2010.Gasch00_HS25-37_formated.flt.knn.avg.pcl downloaded from [SGD archives](http://sgd-archive.yeastgenome.org/expression/microarray/Gasch_2000_PMID_11102521/).

Owner

  • Name: data-fun
  • Login: data-fun
  • Kind: organization

GitHub Events

Total
Last Year