Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
malszycki authored Apr 26, 2020
1 parent d5ac5f0 commit dad2adb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
Analysis of SRRM2, SON, PRPF8, SRRM1, RBM25, Pinin and Coilin orthologues

# Contents:
- data - generally data files
- genbank - primary sequence dataset in genbank format
- genbank_final - final sequence dataset in genbank format
- mobiDB - fasta sequence datasets and MobiDB-Lite results
- NCBI_ortholog - vertebrate orthologues lists in .csv from NCBI ortholog resource
- orthofinder - list of accession numbers for additional species obtained through Orthofinder2 analysis
- results - results in tabular format
- fig - figures
- `data` - generally data files
- `genbank` - primary sequence dataset in genbank format
- `genbank_final` - final sequence dataset in genbank format
- `mobiDB` - fasta sequence datasets and MobiDB-Lite results
- `NCBI_ortholog` - vertebrate orthologues lists in .csv from NCBI ortholog resource
- `orthofinder` - list of accession numbers for additional species obtained through Orthofinder2 analysis
- `results` - results in tabular format
- `fig` - figures

Notebooks:
- Data_preparation.ipynb : dataset preparation and length comparison. Vertebrate SRRM2, SON, PRPF8, SRRM1, RBM25, Pinin and Coilin orthologous protein datasets were downloaded from NCBI’s orthologs and supplemented with orthologues predicted for invertebrate species using OrthoFinder. To visualize the results, protein lengths in each dataset were plotted on swarmplot.
- `Data_preparation.ipynb` : dataset preparation and length comparison. Vertebrate SRRM2, SON, PRPF8, SRRM1, RBM25, Pinin and Coilin orthologous protein datasets were downloaded from NCBI’s orthologs and supplemented with orthologues predicted for invertebrate species using OrthoFinder. To visualize the results, protein lengths in each dataset were plotted on swarmplot.

- Disorder_prediction.ipynb: Disorder prediction using IUPred2a and MobiDB-Lite. Visualized using Matplotlib's heatmap in two variants: sorted by phylogeny (TimeTree) and sorted by protein length.
- `Disorder_prediction.ipynb` : Disorder prediction using IUPred2a and MobiDB-Lite. Visualized using Matplotlib's heatmap in two variants: sorted by phylogeny (TimeTree) and sorted by protein length.

0 comments on commit dad2adb

Please sign in to comment.