Search PubMedSearch

Biomedical subjects

Rachel A Carroll

Publications and source records attributed to Rachel A Carroll.

3 recordsLinked to original sources

A pangenome framework uncovers the role of deletions in repeated evolution of cave-derived traits.

Structural variants (SVs) are increasingly recognized as key contributors to adaptive evolution, yet they remain underexplored compared with single-nucleotide variation. To understand how large-scale genomic changes shape repeated evolution, we leveraged multiple levels of sequence data across the powerful evolutionary model system of the Mexican tetra fish (Astyanax mexicanus). We constructed one of the first pangenome graphs from a naturally evolving vertebrate, enabling comprehensive discovery of SVs among 120 fish from 11 populations. We discover substantial amounts of structural variation and explore the roles of genomic biases and selection in shaping the distribution of these variants. More than 2400 high-confidence cave-specific deletions are enriched in biological pathways involved in vision, metabolism, and behavior and cluster nonrandomly in quantitative trait loci linked to cavefish traits. Additionally, 67 genes harbor unique deletions between independent cavefish lineages. These reused genes show evidence of population-specific selection (99% contain selective sweeps compared with 8%-15% in genes lacking SVs), indicating that deletions likely rose in frequency through repeated positive selection rather than drift. Together, these results reveal that recurrent deletion events have repeatedly contributed to the evolution of cave-adapted phenotypes and highlight deletions as underexplored contributors of adaptive evolution in extreme environments.

Animals

Genomic resources for comparative analyses of obligate avian brood parasitism.

Examples of convergent evolution, wherein distantly related organisms evolve similar traits, including behaviors, underscore the adaptive power of natural selection. In birds, obligate brood parasitism, and the associated loss of parental care behaviors, has evolved independently in seven different lineages, though little is known about the genetic basis of the complex suite of traits associated with this rare life history strategy. We generated genome assemblies for ten brood parasitic species plus eight species representatives of their parental/nesting outgroups. This includes nine long-read chromosome-level assemblies, with scaffold N50 sizes ranging from 38.1 to 72.6 MB, and gene representation completeness measures >97%. Leveraging this new catalog of avian genomes, we constructed clade-level alignments that reveal variation in chromosomal synteny, provide first-time or improved annotations of protein-coding and non-coding genes, and define cross-species ortholog reference sets. We also refine estimates for the timing of the seven independent origins of brood parasitism, ranging from recent events such as 1.6 to 4.5 million years ago in Molothrus cowbirds to much earlier origins over 30 million years ago in two of the three cuckoo lineages. These genomic resources lay the foundation for investigating the genetic and genomic underpinnings of brood parasitism, including the loss of parental care, shifts in mating systems, perhaps resulting in heightened sperm competition, elevated annual fecundity, improved spatial cognition related to nest-finding, and the diverse adaptations shaped by intense coevolution with host species.

assemblies

Agptools: a utility suite for editing genome assemblies.

SUMMARY: The AGP format is a tab-separated table format describing how components of a genome assembly fit together. A standard submission format for genome assemblies is a fasta file giving the sequence of contigs along with an AGP file showing how these components are assembled into larger pieces like scaffolds or chromosomes. For this reason, many scaffolding software pipelines output assemblies in this format. However, although many programs for assembling and scaffolding genomes read and write this format, there is currently no published software for making edits to AGP files when performing assembly curation. We present agptools, a suite of command-line programs that can perform common operations on AGP files, such as breaking and joining sequences, inverting pieces of assembly components, assembling contigs into larger sequences based on an AGP file, and transforming between coordinate systems of different assembly layouts. Additionally, agptools includes an API that writers of other software packages can use to read, write, and manipulate AGP files within their own programs. AVAILABILITY AND IMPLEMENTATION: Source code and binaries freely available for download at https://github.com/WarrenLab/agptools, implemented in Python and supported on all operating systems.

Software