songlab/gpn-msa-sapiens
Fill-Mask
•
85.7M
•
Updated
•
1.11k
•
8
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"