Category Archives: Software

Navegando por el Fediverse en estos tiempos que corren

(Teclado ingles, Soy unapologetically perezoso y asi se va a quedar)

Intentando recuperar un poco el impetu/afan por la vieja web/Blogosfera como contracultura a las redes sociales, me encuentro a traves de planetalibre (y comparto) una guia breve y simpatica para entender mejor el rationale detras del Fediverse. Me quedo con una frase:

“El volumen es escuchar a otra gente, conversar con otra gente. El número de followers es absurdo. Aquí es importante aportar contenido, relacionarse con otra gente, ser parte de la red, charlar.”

La verdad es que algo como Mastodon o Diaspora es lo que mas se asemejan a la evolucion natural que podria haber tenido la blogosfera y la vieja web. Hay que ver como nos dejamos que nos la colasen las bigtech.

Link:

  • https://56k.es/fanta/surfear-con-altura-oleadas-ciclicas-fediversales/
  • (y el pdf hotlinkeado a la vieja usanza): https://56k.es/wp-content/uploads/2023/01/Surfear_con_altura_oleadas_ciclicas_fediversales.pdf

Things I wished I had known when I started using snakemake

Happy new year and all of that!

I am still VERY late in my catching up with papers. This is not helped by the fact that I’ve changed devices (again) and I am now in a Dell Machine, on a full GNOMEian experience worth of a separate entry. Paper newsletters will resume. For real. In the meantime, here goes a post for certain tips when using Snakemake.

Continue reading

paper newsletter #02

A bit late this week, since we’re reaching the holidays, but here we are anyway. Remember I mostly skim through these, I take these briefings as a way to engage in the content, and that most of my sources come from Twitter and Mastodon:

  • Things could be better: A very interesting read, all the more because the way it is written, on why the human mind tend to imagine how things could be better when prompted to imagine how things could be different. As in, we immediately jump to think about the better version of something, and not the worse version of something, when asked how a given thing could be different –no matter the wording of this question, the language it is asked in, etc . Are we poised for expecting or demanding improvement? I also find it amazingly well written and accessible. Papers should read like this.
  • Moonlight2 for identifying driver genes: originally thought for cancer research, a nice mix of GRN inference and data mining to identify marker and driver genes. Could it be adapted for other types of data if provided with a different type of annotation –not cancer data and literature, but e.g. a given biological process of interest?
  • scTensor detects many-to-many cell–cell interactions from single cell RNA-sequencing data: a tool that relies on ligand-receptor annotation and gene co-expression to infer interactions between cells. Especially interesting when describing de novo datasets.

More later this week!

paper newsletter #01

I’ve been meaning to do a newsletter to keep my readings/tabs organised for a while but I am terrible at getting things started. This is part of a motivation influx I had two months ago after a couple of congresses (the other part being having learned to code in functions and using markdowns) and after being subscribed to learnbyexample’s newsletter for almost a year now. I’ll do my best to explain in simple lay words the concept behind the papers/resources, most times having read only the abstract or skimmed through very quickly.

Let’s get started:

  • Unclearing microscopy : a novel method to visualise cells without the need of a microscope, by “revealing” the cell membranes using a chemical reaction that is expanded volumetrically while keeping the original cell shape.
  • Predicting evolution: a review on the major advances in evolutionary biology and population genetics, and how we can infer patterns on clonal competition across all biological systems studied. This hints at potential predictions of the principles of a modern evolutionary theory.
  • Anticor_features: finding anticorrelation patterns in single cell data that can help identify divergent cell types. Also a way of performing negative controls in these studies to prevent excessive sub-clustering. A twitter thread here.

More soon!

Making a workflow

 

Wow!

This is my first kind of serious project in bioinformatics. I had to prepare some de novo transcriptome assemblies from weird organisms using publicly available data, and I took the chance to learn a little bit how to automate processes using bash scripting, virtual environments, a a lot of variables and flags.

I have named this pristine, and it can be found in my github repository.

I will keep working on it as I learn how to code and make new things. I recently saw a way to download and transfer fastq data into other softwares on-the-go as it is downloaded using UNIX pipes. I will try to check if something like this could be done, how cool.

Cheers!

(and no, I did not forget about the last post of the multicellularity story. I just need free time and energies to sit down and finish it :’) )