Skip to content

barneyhill/aso_atlas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ASO Atlas

A comprehensive dataset of 188,521 RNase H-mediated antisense oligonucleotides (ASOs) with experimentally validated efficacy measurements, extracted from 417 USPTO patents published between 2001 and 2025.

gene_circle

Overview

ASO Atlas provides the first large-scale, publicly available resource for understanding the relationship between ASO sequence, chemical modifications, and inhibitory activity. The dataset includes:

  • 188,521 gapmer ASOs targeting 306 human genes
  • Sequence composition and target genomic locations
  • Chemical modification patterns (phosphorothioate backbones, 2'-MOE, cEt sugar modifications)
  • Quantitative efficacy measurements from qRT-PCR experiments across multiple cell lines
  • Experimental metadata including cell type, dosage, and transfection method

Installation

git clone https://github.com/barneyhill/aso_atlas.git
cd aso_atlas
pip install -r requirements.txt

Quick Start

import pandas as pd

# Load the dataset
df = pd.read_pickle('data/aso_atlas.pkl')

# View schema
print(df.columns)
# ['aso_sequence_5_to_3', 'inhibition_percent', 'chemistry', 'custom_id', 
#  'target_mrna', 'target_gene', 'cell_line', 'dosage', 
#  'cells_per_well', 'transfection_method', ...]

Related Resources

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages