90 Followers
180 Following
62 Posts
Bioinformatics Engineer at IUCT Oncopole
Daily user of Snakemake, Bash and Python, can handle R if I really have to.
Passionate about hiking, climbing and outdoors
Occasional gamer
githubhttps://github.com/LukaP-BB
I was certain it was possible to access alpha missense annotations on uniprot not so long ago, for example here :
https://www.uniprot.org/uniprotkb/P04637/feature-viewer?loadFeatures=true
Does anyone know the reason they are not available anymore ? Any alternative ?
#bionformatics
UniProt

UniProt is the world's leading high-quality, comprehensive and freely accessible resource of protein sequence and functional information.

UniProt
Elden Ring - Shadow of the Erdtree
Messmer's Flame 🔥
Hello I'm Guy Pascal Vallez aka Gax.
Illustrator, comic artist and RPG enthusiast.
Welcome and thanks for your support ✌
Have a good day :)
đź’Ś [email protected]
https://ko-fi.com/gaxix
https://www.instagram.com/vallezgax/
Prints ➡️ https://www.inprnt.com/gallery/gax/
made this while working on an edge bundling effect. not what I originally intended but wanted to share it.

#Introduction Hi #fediverse ! We’re the European Southern Observatory, and we design, build and operate ground-based telescopes.

One of them is our Extremely Large Telescope, currently under construction in #Chile. It will have a 39 m mirror, and its rotating enclosure will weigh 6100 tonnes, or about 700 mastodons!

We’re looking forward to chatting with all of you about #astronomy

đź“· ESO/G. Vecchia

#astrodon #astrophysics #space #science

L'appel à proposition pour les mini #symposiums de #JOBIM2025 est lancé!

➡️ L'objectif est de réunir des scientifiques autour de thématiques spécialisées en bioinformatique!
⌚ Durée: 3 heures
đź’° Autofinancement (enveloppe de soutien possible via la SFBI)

⌛ La deadline est fixée au Vendredi 17 Janvier 2025 à 18h.
⛔ Attention, les inscriptions à JOBIM sont obligatoires pour les conférencier.e.s et participant.e.s des mini-symposiums ⛔

On a hâte de lire vos propositions!

Just learned today about composite indexing in #sql ( #sqlite in particular). Again something that seem obvious once you know about it but that completely flew over my mind.
Basically using one index over 2 columns can be way better than having 2 distinct indexes for the same query.
I discovered it through the .expert command : https://www.sqlite.org/cli.html#expert that I used like this :
```
>>> .expert
>>> [expensive query]
CREATE INDEX Transcripts_idx_705bb5a0 ON Transcripts(gene, prot);
```

🤯

Command Line Shell For SQLite

/proc

wizard zines
#nfsv4 #ACLs lesson of the day : putting ACLs on a directory, then using chmod on said directory, erases all ACLs
I don't know if I find this logical or not