GPN-MSA
Collection
https://www.biorxiv.org/content/10.1101/2023.10.10.561776v1
•
9 items
•
Updated
The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
For more information check out our paper and repository.
Source data:
Available MSAs:
89.zarr.zip
contains human + 89 vertebrates (excluding 10 closest primates)99.zarr.zip
contains human + 99 vertebratesExample usage:
from gpn.data import GenomeMSA
genome_msa = GenomeMSA(msa_path)
X = genome_msa.get_msa(chrom, start, end, strand="+", tokenize=False)
Coordinates:
hg38
assemblychrom
should be in ["1", "2", ..., "22", "X", "Y"]
msa_path = "zip:///::https://huggingface.co/datasets/songlab/multiz100way/resolve/main/89.zarr.zip"
wget https://huggingface.co/datasets/songlab/multiz100way/resolve/main/89.zarr.zip
7z x 89.zarr.zip -o89.zarr # can still take 5 hours with 32 cores, will try to streamline this in the future
msa_path = "89.zarr"