eupolicy.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
This Mastodon server is a friendly and respectful discussion space for people working in areas related to EU policy. When you request to create an account, please tell us something about you.

Server stats:

215
active users

#bioinformatics

5 posts5 participants0 posts today

I have the impression that I'm the only one who wanted to load multiple data tracks in igv with one bedgraph.

I discovered it wasn't possible.

It seems easy to me to use each column of the bedgraph to make an igv track but as usual in this kind of case I must miss something.

how to use #nextflow "multiMap' to transform a channel if the 'input' of an existing module doesn't fit your needs.

eg: you want

tuple val(meta), path(bam),path(bed)

while the module was designed the following way:

tuple val(meta1), path(bed)
tuple val(meta2), path(bam)

gist.github.com/lindenb/fbd76e

thanks a lot @mbp for the tip !

using nextflow multiMap to split a stream so the input can fit the design of an existing module. - multiMap.nf
Gistusing nextflow multiMap to split a stream so the input can fit the design of an existing module.using nextflow multiMap to split a stream so the input can fit the design of an existing module. - multiMap.nf

Whenever I see a DNA logo from a lab, bioinformatics/genomics centre, hackathon, or training course and it’s backwards I sigh a little. I don’t point them out anymore as I usually just receive passive aggression, but what does it say about you that you don’t care? Several big ones in my stream today. If an entomology training centre had a logo with an 8-legged fly it’d be weird right? #bioinformatics #genomics #DNA

💻🧬 Join the Bioconductor project at BioHackathon Europe 2025!

We're excited to be part of BioHackathon Europe 2025 (Berlin, Nov 3–7) with a project focused on improving metadata and interoperability in bioinformatics.

In-person registration closes Tuesday, July 15 - virtual participation stays open!

🔗 Project details: github.com/elixir-europe/bioha
🔗 All projects: biohackathon-europe.org/projec

Join the discussion in the #edam-collaboration channel on Bioconductor Zulip.

Project descriptions for BioHackathon Europe 2025. Contribute to elixir-europe/biohackathon-projects-2025 development by creating an account on GitHub.
GitHubbiohackathon-projects-2025/13.md at main · elixir-europe/biohackathon-projects-2025Project descriptions for BioHackathon Europe 2025. Contribute to elixir-europe/biohackathon-projects-2025 development by creating an account on GitHub.

📣 PhD students in #health, #bioinformatics, or #DataScience: this one’s for you!

Join us at Health Data Science Day 2025 on 6 November at the University of Copenhagen for a full day of:
🔍 Cutting-edge talks
🎤 Lightning talks from early-career researchers
📊 Poster sessions
🤝 Networking across disciplines

A great chance to share your work—or get inspired for what’s next.

❗ Deadline is 1st of October
🗓️ Register now: lnkd.in/dPGxC4bq

🧠 Want to level up your data skills with expert support? 🚀📈

💡 Partner with #SUNDDataLab at UCPH #HeaDS for 1:1 coaching in #RStats, #Python, data wrangling & visualization.

Clean your own data. Build #ReproducibleWorkflows. Learn best practices from real Data Scientists.

Perfect for biomedical researchers ready to take charge of their data 💪

🌐 heads.ku.dk/datalab/
📧 datalab@sund.ku.dk

So, redesigning a few classes in my #RStats categoryCompare2 📦 actually fixed all the issues I was seeing trying to manage different types of annotation enrichments, with very little effort (hypergeometric, GSEA, and binomial).

Tests are passing, just need to fix up the vignettes, and then we can merge!