@prefix dct: .
@prefix this: .
@prefix sub: .
@prefix rdfs: .
@prefix xsd: .
@prefix pav: .
@prefix prov: .
@prefix np: .
@prefix orcid: .
@prefix analysis: .
@prefix experiment: .
@prefix atlas: .
@prefix obo: .
@prefix geo: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
analysis:1 dct:description "We introduce the PKD Signature, a set of 1,515 genes that are commonly dysregulated in PKD studies. We show that the signature genes include many known and novel PKD-related genes and functions. Moreover, genes with a role in injury repair, as evidenced by expression data and/or automated literature analysis, were significantly enriched in the PKD Signature, with 35% of the PKD Signature genes being directly implicated in injury repair.";
atlas:isImplementedBy ;
a atlas:DifferentialExpressionAnalysis;
rdfs:seeAlso ;
prov:used geo:GSE72554 .
experiment:1 atlas:hasAnalysis analysis:1;
atlas:isAbout obo:NCBITaxon_10090;
a atlas:Experiment;
rdfs:seeAlso .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-2759-8079, orcid:0000-0002-7990-1324 .
}
sub:pubinfo {
this: dct:created "2017-05-18T14:02:00+02:00"^^xsd:dateTime;
dct:license ;
pav:createdBy orcid:0000-0002-1215-167X, orcid:0000-0002-1267-0234, orcid:0000-0002-2759-8079,
orcid:0000-0002-7990-1324, orcid:0000-0003-4818-2360 .
}