Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/applicativesystem/fungal-its-coverage-estimator
fungal genome ITS coverage estimations.
https://github.com/applicativesystem/fungal-its-coverage-estimator
bioinformatics fungal-genmes fungal-genomics fungal-its fungal-metagenomics genome-analysis its-analysis its-fungal
Last synced: 16 days ago
JSON representation
fungal genome ITS coverage estimations.
- Host: GitHub
- URL: https://github.com/applicativesystem/fungal-its-coverage-estimator
- Owner: applicativesystem
- License: mit
- Created: 2024-08-21T18:11:31.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T19:41:52.000Z (4 months ago)
- Last Synced: 2024-11-10T20:18:06.352Z (about 2 months ago)
- Topics: bioinformatics, fungal-genmes, fungal-genomics, fungal-its, fungal-metagenomics, genome-analysis, its-analysis, its-fungal
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fungal-ITS-coverage-calculator
- I coded this function to estimate the fraction of the ITS predictions from the fungal metagenomics and it estimates by taking into account the sequence length and also the ITS1 and ITS2 start and stop coordinates.
- Provided a keyworded argument, it estimates the coverage accordingly.
- This was missing in ITS predictions, so i coded this to enable a plot visualization to see how much your sequence fragement is covered.```python
fungalMetagenomicsCoverageCalculator(its_file = \
"/Users/gauravsablok/Desktop/CodeCheck/Write/outdata.csv", \
its_type = "its1")
{'FJ554463_uncultured_': 18.381502890173408,
'FJ554462_uncultured_': 18.057022175290392,
'FJ554460_uncultured_': 22.540983606557376,
'FJ554459_uncultured_': 20.064034151547492}
fungalMetagenomicsCoverageCalculator(its_file = \
"/Users/gauravsablok/Desktop/CodeCheck/Write/outdata.csv",\
its_type = "its2")
{'FJ554463_uncultured_': 16.99421965317919,
'FJ554462_uncultured_': 22.70327349524815,
'FJ554460_uncultured_': 20.184426229508194,
'FJ554459_uncultured_': 20.17075773745998}
```
Gaurav Sablok \
University of Potsdam \
Potsdam,Germany