@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://gdi-norway.onemilliongenomes.eu/dataset/GDI-NO-D-T0001> a dcat:Dataset ;
    dct:creator [ a foaf:Agent ] ;
    dct:description """SYNTHETIC This dataset contains 10 tumor and normal pairs synthetic WGS data of colorectal cancer that were simulated in a standard format of Illumina paired-end reads. NEAT read simulator (version 3.0, https://github.com/zstephens/neat-genreads) is utilized to synthetize these 10 pairs tumor and normal WGS data. In the procedure of data generation, simulated parameters (i.e., sequencing error statistics, read fragment length distribution and GC% coverage bias) are learned from data models provided by NEAT. The average sequencing depth for tumor and normal samples aims to reach around 110X and 60X, respectively.

For generation of synthetic normal WGS data per each sample, a germline variant profile from a real patient is down-sampled randomly, which includes 50% germline variants of such a patient. It is then mixed together with an in silico germline variant profile that is modelled randomly using an average mutation rate (0.001), finally constituting a full germline profile for normal synthetic WGS data.

For generation of synthetic tumor WGS data per each sample, a pre-defined somatic short variant profile (SNVs+Indels) learn from a real CRC patient is added to the germline variant profile used for creating normal synthetic WGS data of the same patient, which is utilized to produce simulated sequences. Neither copy number profile nor structural variation profile is introduced into the tumor synthetic WGS data. Tumor content and ploidy are assumed to be 100% and 2."""@en,
        ""@nl ;
    dct:identifier "GDI-NO-D-T0001" ;
    dct:issued "2024-04-30T00:00:00+00:00"^^xsd:dateTime ;
    dct:modified "2026-04-14T08:45:20.995394"^^xsd:dateTime ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label ""@en,
                ""@nl ] ;
    dct:publisher [ a foaf:Agent ;
            dct:identifier <https://www.uio.no/english/index.html> ;
            foaf:name "University of Oslo" ] ;
    dct:title "SYNTHETIC Norwegian Colorectal Cancer genomic dataset generated in EOSC4Cancer "@en,
        ""@nl ;
    adms:versionNotes ""@en,
        ""@nl ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Sen Zhao" ;
            vcard:hasEmail <mailto:senz@ifi.uio.no> ;
            vcard:hasUID <https://www.researchgate.net/profile/Sen-Zhao-7> ] ;
    dcat:keyword "colorectal_tumor"@en,
        "ngs"@en,
        "normal_tumor_pair"@en,
        "synthetic"@en,
        "wgs"@en ;
    dcat:theme <https://en.wikipedia.org/wiki/Colorectal_cancer> .

