Browsed by
Category: Publication

eggNOG7 annotator script

eggNOG7 annotator script

For our metagenomics pipeline I wrote a quick and dirty annotator script that can be found here and which might be useful for one or another.

https://github.com/fischuu/eggnog7_annotator

The purpose of the tool is that it takes protein sequences from gene predictions and annotates (in the sense of intersects) them with known proteins, their functions and taxonomic origin. That way, the tool can be used to shed a bit of light on plain protein sequences.

The current eggNOG annotator uses only the database version 5 and was not available for version 6. Now eggNOG 7 was pulbished and we thought within out MetaG pipeline group that it would be good to have a db7 annotator, so we added it to the pipeline and have from that also this stand-alone version linked here.

Understanding Whitefish in the Northern Baltic Sea

Understanding Whitefish in the Northern Baltic Sea

A new article I contributed to has been published in Fishery Research.

The study focuses on European whitefish in the northern Baltic Sea, which exist as two types, or ecotypes: one that migrates between rivers and the sea (anadromous) and one that spawns entirely in the sea. These fish are caught together in fisheries, but the river-migrating type is endangered, while the sea-spawning type is doing better.

We looked at ways to tell the two types apart, using both physical traits and genetic data. This isn’t always straightforward — some fish show mixed traits, likely due to past stocking, habitat changes, or variable migration patterns. We also studied how fishing depth, season, and net size affect which type of fish is caught. The results show that fishing practices can strongly influence catch composition, highlighting that adjusting fishing rules by location and timing could help protect the vulnerable whitefish population.

The full article is available on ScienceDirect:
https://www.sciencedirect.com/science/article/pii/S0165783626000019

Couple of updates in R-packages

Couple of updates in R-packages

During the last weeks I updated a couple of my R-packages. The main work went into the GenomicTools package, though it required also adjustments to the two packages GenomicTools.fileHandler and hoardeR.

The changes are mainly in user-friendliness and bugfixing to catch special cases of data inputs. If someone uses the packages and finds any other bugs or has suggestions for improvements, please drop me an email, or contact me via the corresponding GitHub project page of the packages.