Gregor Gorjanc
@gregorgorjanc.bsky.social
390 followers 450 following 190 posts
Managing and improving populations using data science, genetics and breeding: @HighlanderLab, @RoslinInstitute, & @TheDickVet. https://www.ed.ac.uk/roslin/highlanderlab
Posts Media Videos Starter Packs
Reposted by Gregor Gorjanc
anaignatieva.bsky.social
Delighted that our paper about the distribution of genomic spans of clades/edges in genealogies (ARGs), and using this for detecting inversions and other SVs (and other phenomena that cause local disruption of recombination) is out in MBE academic.oup.com/mbe/article/... (1/n)
The Length of Haplotype Blocks and Signals of Structural Variation in Reconstructed Genealogies
Abstract. Recent breakthroughs have enabled the accurate inference of large-scale genealogies. Through modelling the impact of recombination on the correla
academic.oup.com
Reposted by Gregor Gorjanc
kyle-horton.bsky.social
Truly impressive number of birds migrating tonight. More than 800 MILLION birds up in the air right now❗ #BirdMigration
gregorgorjanc.bsky.social
@epigenci.bsky.social this is a frequentist version of the Lara et al paper I shared on estimating genetic variance when using genomic data;)
Reposted by Gregor Gorjanc
simongerman600.bsky.social
English is only my second language so I had no idea about many of the gendered animal names. Peahen is so obvious but I never had heard of it before. What’s news to you? HT @Iearnenglishtip
Reposted by Gregor Gorjanc
epigenci.bsky.social
Despite this being true, I feel that a lot of gems from the old days are lost in the present literature. People just do things as if those early findings don't exist.
Reposted by Gregor Gorjanc
medrxivpreprint.bsky.social
Within-family heritability estimates for behavioural and disease phenotypes from 500,000 sibling pairs of diverse ancestries https://www.medrxiv.org/content/10.1101/2025.09.17.25336022v1
Reposted by Gregor Gorjanc
biorxivpreprint.bsky.social
SimHumanity: Using SLiM 5.0 to run whole-genome simulations of human evolution https://www.biorxiv.org/content/10.1101/2025.09.01.673541v1
Reposted by Gregor Gorjanc
jrossibarra.bsky.social
Save the date! #PEQG26 June 9-12 2026 in Asilomar, CA. Happens only every 2yrs, but is my favorite conference. Full website coming soon, and registration and abstract submission opens November 14, but I'm allowed to tease that keynotes will be @jnovembre.bsky.social @jennytung.bsky.social and me!
Homepage - Population, Evolutionary, and Quantitative Genetics Conference
Visit our website to learn more.
genetics-gsa.org
Reposted by Gregor Gorjanc
chasewnelson.bsky.social
Announcing SimHumanity, a baseline SLiM 5.0 model of the full human genome, replete with demographic history, autosomes, X/Y, and mtDNA. A shared starting point for reproducible evolutionary simulations. We’d love your feedback! #SLiM #evolution #genomics www.biorxiv.org/content/10.1...
SimHumanity: Using SLiM 5.0 to run whole-genome simulations of human evolution
The reconstruction of human evolutionary history has undergone repeated advances, each made possible by methodological innovations. In recent decades, genetic and genomic data played a central role in...
www.biorxiv.org
Reposted by Gregor Gorjanc
jrossibarra.bsky.social
This always blows my mind. Dude mapped qtl for a quantitative trait to a chromosome in 1923!
jrossibarra.bsky.social
Related but cool combo of cytogenetics and phenotype. Know when the first QTL was mapped?

Sax, K. 1923. The association of size differences with seed coat pattern and pigmentation in Phaseolus vulgaris. Genetics 8:552-560.
Reposted by Gregor Gorjanc
ojala.bsky.social
I'll be advertising a couple of PhD scholarships (breeding/wood quality, breeding/remote sensing) in the next couple of weeks, working with me and even cooler people at the School of Forestry, University of Canterbury, Christchurch, New Zealand. They cover uni fees + stipend for 3 years.
Reposted by Gregor Gorjanc
biorxiv-genetic.bsky.social
Assessment of segregation variance estimates from derivation, simulations, and empirical data in autotetraploid species exemplified in potato https://www.biorxiv.org/content/10.1101/2025.08.13.670171v1
gregorgorjanc.bsky.social
Meiosis creates a wonderfully broad distribution of genetic and phenotypic values between siblings of the same parents as shown in a simple example below. This is often referred to as recombination, segregation, Mendelian sampling, etc.
gregorgorjanc.bsky.social
AlphaSimR course edin.ac/3wfGSEj Week 3 opens with a discussion on genetic variation between relatives, with a focus on siblings. While mutation is the ultimate source of genetic variation (by introducing new alleles), recombination shuffles the existing genetic variation through meiosis.
Reposted by Gregor Gorjanc
stephenturner.us
Deep-learning-based gene perturbation effect prediction does not yet outperform simple linear baselines www.nature.com/articles/s41... 🧬🖥️🧪 #Rstats code github.com/const-ae/lin...
Reposted by Gregor Gorjanc
jbengler.de
You can save #tidyplots in multiple formats by piping through multiple rounds of `save_plot()` 🤩

#rstats #dataviz #phd
library(tidyplots)

study |> 
  tidyplot(x = group, y = score, color = dose) |> 
  add_mean_dash() |> 
  add_sem_errorbar() |> 
  add_data_points_beeswarm() |> 
  save_plot("my_plot.pdf") |> 
  save_plot("my_plot.png") |> 
  save_plot("my_plot.svg")
Reposted by Gregor Gorjanc
gcbias.bsky.social
Looks like a great resource for teaching popgen inference.
ryangutenkunst.bsky.social
If you're new to demographic history inference from population genomics, try this webapp I created to illustrate how dadi fits bottleneck models to site frequency spectra: ryangutenkunst-dadi-two-epoch.hf.space . It even outputs files for submitting to the GHIST competition! ghi.st
Logo for the Genomic History Inference Strategies Tournament.
Reposted by Gregor Gorjanc
jkpritch.bsky.social
Thanks! This is amazing! So the term 'Manhattan Plot' is not originally a GWAS term at all.

Screenshotting the image here from a 1994 book on nuclear physics, for others who may be interested:
Reposted by Gregor Gorjanc
jbengler.de
This is how you can visualize time course data in #tidyplots ⏱️

#rstats #dataviz #phd
library(tidyplots)

time_course |>
  tidyplot(x = day, y = score, color = treatment) |>
  add_mean_line() |>
  add_mean_dot() |>
  add_sem_ribbon()
Reposted by Gregor Gorjanc