back 
	
	
		
			
				
				
				Open Access
				
			
		
		
	
	
		
	
		
	
		
			
			
						
			
		
	
    
	
		
	
	
	
		
		
			
				
		
		
		
			
				
					
						
					
						
					
			
		
	
	
	
		
	
	
	
		
			
	
				
			
			Dataset
			
		
		
			
			Data for: Sequence self-selection by cyclic phase separation
			
		
	
			
			Giacomo Bartolucci1, 2, Adriana Calaça Serrão3 
, Philipp Schwintek3 
, Alexandra Kühnlein3, Yash Rana1, 2, Philipp Janto3, Dorothea Hofer3, Christof B. Mast3 
, Dieter Braun3, and Christoph A. Weber4 
			
		
		
			
			1Max Planck Institute for the Physics of Complex Systems, Dresden
2Center for Systems Biology Dresden
3Ludwig-Maximilians-Universität München
4University of Augsburg
	2Center for Systems Biology Dresden
3Ludwig-Maximilians-Universität München
4University of Augsburg
			First published:
		
		
			
			Sept. 21, 2023
			
		
		
			Keywords:
		
		
		molecular selection
		
		phase separation
		
		DNA
		
		prebiotic oligonucleotides
		
		molecular origin of life
		
	
					
					Bartolucci, G., Calaça Serrão, A., Schwintek, P., Kühnlein, A., Rana, Y., Janto, P., Hofer, D., Mast, C., B., Braun, D., and Weber, C., A.
					
					
					(2023):
					
					
					Data for: Sequence self-selection by cyclic phase separation.
					
					
						
						LMU Munich, Faculty of Physics.
						
					
					
					(Dataset).
					
					
					DOI: 10.57970/9vz0m-0tp15
					
				
			wget and curl are the two standard tools that are available on most Linux and macOS computers. wget contains a feature for downloading a list of files:
					wget -x -nH -i 'https://dmz-sv-irods1.server.physik.lmu.de/9vz0m-0tp15/?list'
					
					curl is missing a feature like that, but the same functionality can be created by combining curl and xargs:
					curl 'https://dmz-sv-irods1.server.physik.lmu.de/9vz0m-0tp15/?list' | xargs -I URL -n1 bash -c 'curl --create-dirs -o ${1:43} ${1}' -- URL
					
				
			Abstract
		
		
		The emergence of functional oligonucleotides on early Earth required a molecular selection mechanism to screen for specific sequences with prebiotic functions. Cyclic processes such as daily temperature oscillations were ubiquitous in this environment and could trigger oligonucleotide phase separation. Here, we propose sequence selection based on phase separation cycles realized through sedimentation in a system subjected to the feeding of oligonucleotides. Using theory and experiments with DNA, we show sequence-specific enrichment in the sedimented dense phase, in particular of short 22-mer DNA sequences. The underlying mechanism selects for complementarity, as it enriches sequences that tightly interact in the condensed phase through base-pairing. Our mechanism also enables initially weakly biased pools to enhance their sequence bias or to replace the most abundant sequences as the cycles progress. Our findings provide an example of a selection mechanism that may have eased screening for the first auto-catalytic self-replicating oligonucleotides.
		
	
			Files