Skip to content

Commit

Permalink
Add training notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalobenegas committed Oct 11, 2023
1 parent 5cd1ee0 commit 0837899
Show file tree
Hide file tree
Showing 4 changed files with 858 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,12 @@ python -m gpn.ss.run_vep variants.parquet genome.fa.gz 512 your_output_dir resul
### Examples
* Play with the model: `examples/msa/basic_example.ipynb`
* Variant effect prediction: `examples/msa/vep.ipynb`
* Training (human): `examples/msa/training.ipynb`

### Code and resources from specific papers
* [Human](analysis/human)

### Training on your own data
### Training on other species (e.g. plants)
Under construction.

## Citation
Expand Down
2 changes: 1 addition & 1 deletion analysis/human/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
* [Logo track at UCSC Genome Browser](https://genome.ucsc.edu/s/gbenegas/gpn-msa-sapiens)

## Reproducing the analysis
* Dependencies: `envs/general.yaml`
* Dependencies: `workflow/envs/general.yaml`
* Running Snakemake: `snakemake --cores all`
2 changes: 1 addition & 1 deletion examples/msa/basic_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"user_expressions": []
},
"source": [
"# Basic example with GPN-MSA"
"# GPN-MSA: basic example"
]
},
{
Expand Down
Loading

0 comments on commit 0837899

Please sign in to comment.