CoolFace
Datasetpublic

MichelNivard/Human-genome-CDS-GRCh38

These are DNA coding sequences in the human genome build GRCh38, downloaded from ensembl with the following R script: # install biomartr 1.0.7 from CRAN install.packages("biomartr", dependencies = TRUE) # Install Biostrings if not installed if (!requireNamespace("BiocManager", quietly = TRUE)) { install.packages("BiocManager") } # Load required package library(Biostrings) library(biomartr) # download the genome of Homo sapiens from ensembl # and store the corresponding genome CDS file in… See the full description on the dataset page: https://huggingface.co/datasets/MichelNivard/Human-genome-CDS-GRCh38.

sourceHugging Faceupdated 2y agoView on Hugging Face
1likes14downloads
4 commits on main
3a951a62y ago

Update README.md

MichelNivard
4305b632y ago

Create README.md

MichelNivard
34d85c92y ago

Upload genome_sequences.csv

MichelNivard
e033f8a2y ago

initial commit

MichelNivard