Teleopsis dalmanni
Karyotype (like Drosophila): 3 chromosomes
~620Mb genome size
SR driving X-chromosomes found in 20-30% of wild indivs (Reinhardt et al. 2014)
Sympatric cryptic species in the same area.
Meiotic drive is ancestral but lost in the sister species
POM - PI
Sasha Bradshaw - PhD student with POM
Flo Camus - Drosophila biologist, mtDNA, UCL
Helen Hipperson - Sheffield. Leading analyses of genomic data
Christophe Dessimoz - Uni Lausanne & SIB. OMA database of orthologs - potentially for annotation.
- from inbred males with SR genotype (based on genetic markers - not msats).
PacBio sequences + HiC. Assembled by Phase Genomics
- Wild type (ST) genome being generated in Liverpool (Terry Burke and Helen Hipperson).
Raw data available (PacBio HiFi reads x 2 cells). Needs assembly
zcat m64157e_211024_013127.hifi_reads.fasta.gz |grep -v ">" |awk '{x+=length($0)}END{print x}'
7893963766
zcat m64157e_210730_141553.hifi_reads.fasta.gz |grep -v ">" |awk '{x+=length($0)}END{print x}'
12769157425
Total = ~20Billion bases. Expected genome size = 438Mb
Expected haploid coverage = 20Bil/438Mb = 45x
A genome has been assembled by Jerry Wilkinson in 2020: BioRxiv paper
50:50 SR:wild (based on genetic markers, but genetic markers were developed in inbred lab strains, so we're uncertain if all 50 are def SR).
sampled over ~10 years within ~10km from each other.
US group working on Stalk-eyed flies: Gerald Wilkinson (Uni Maryland)
-> Found a series of inversions (4-5; overlapping) on the X-chromosome that they think are linked to SR meiotic drive.
- Can we recover the same inversions? Do the inversions overlap? (We'll be using a newly assembled genome 1 above, which is based on a more homozygous sample than the reference genome generated by UniMaryland)
Inversions are likely large based on microsat data.
- Can we find the break points of the inversions? Are they in coding regions?
(Need an annotated genome)
InvBFM
There is an ~20% inversion rate in the wild. Recombination in these individuals will be reduced compared to the rest of the pop, so we expect an accumulation of mutations.
Thus we expect these males to have a high mutational load and be poorer quality. BUT they have the same fecundity as normal flies.
They have a smaller gap between the eyes, which is less attractive to females. Thus they have fewer mating opportunites. They don't deliver more sperm per insemination. But they have much bigger testes.
- Do we find an accumulation of mutations in the SR males?
Estimate mutational load in each dataset. (for different polymorphism classes- SNPs, indels, inversions?)
Fst outlier analysis to find SNP differences between datasets. Is there more diversity within the SR males than between groups?
Can we extract the mtDNA from the WGS dataset? And from the reference genome?
Greg Hurst and Stefanos: mitogenome
InvBFM: Machine learning approach using features collected from several SV analyses to predict locations of SV.
Paper outlining the recommended genome assembly, checking, and polishing pipeline as used by DToL and others.
Check genome quality:
-
Proportion of BUSCO genes represented
-
Proportion BUSCO genes in unscaffolded contigs
-
Map genome to a) sister species b) draft of the same species
-
What stats?
Pipeline used for assembling the genome and checking the quality based on the Howe et al. 2021 recommendations.
See the DToL Pararge aegeria genome note for an example of their pipeline.
These checks can be done at the start with the raw data or after assembly to remove contaminants.
-
Check for contaminants (vectors, adapters, organelles)
-
Assemble mtDNA genome using Organelle-PBA specifically designed for PacBio data or MitoHiFi designed for HiFi reads.
Organelle_PBA paper here; and software here
Or map raw reads to an available mitogenome (sister species or same species, or combine all available references in a single reference fasta file). Use minimap2 to map and extract the scaffolds that match the reference mitogenomes.
- Assemble HiFi reads using HiFiasm
This is the recommended software given HiFi reads. See preprint here for a comparison of assembler performance.
"We found that centromeres and rDNA clusters are responsible for 71% of contig breaks in the CLR scaffolds, while relatively short stretches of GA/TC repeats are at the core of >85% of the unfilled gaps in our best HiFi assemblies."
-
Haplotypic duplications identified and removed using purge_dups.
-
Contaminants removed (Blobtoolkit)
-
Trailing Ns removed
-
Kmer spectrum fits expectations
-
Haplotypes correctly assorted (if fully haplotype resolved)
-
Polishing reliable (NUMTS/NUPTS preserved and frameshifts corrected).
- One round of polishing where the genome is mapped against 1) a draft of the same species, 2) sister species, 3) SNPs called.
-
Organelle genomes as unintended byproduct of assembly identified and removed (see MitoHiFi above)
-
All available raw data aligned, discrepancies marked up
-
All available data from other sources aligned. Discrepancies marked up
-
Discrepancies assessed and corrected where necessary
a) misjoins broken
b) missing joins made
c) inversions reoriented
d) false duplications removed
-
Crhomosome level units identified and named
-
Sex chromosomes identified and named
-
unlocalised units identified and named
-
organelle genomes named.
