# OnCo record geneoscopy (company). Data CC BY-NC 4.0, attribute "Data from OnCo (onco.cc)". Whole corpus: https://onco.cc/api/v1/onco.nt
@prefix schema: <https://schema.org/> .
@prefix onco: <https://onco.cc/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://onco.cc/companies/geneoscopy/>
  a schema:Organization ;
  onco:kind "company" ;
  schema:identifier "geneoscopy" ;
  schema:name "Geneoscopy"@en ;
  schema:alternateName "ColoSense"@en ;
  schema:description "A St. Louis diagnostics company whose ColoSense stool RNA test became, in 2024, the first RNA-based colorectal cancer screening test approved in the United States."@en ;
  schema:url <https://onco.cc/companies/geneoscopy/>, <https://www.geneoscopy.com> ;
  schema:dateModified "2026-09-17"^^xsd:date ;
  schema:citation <https://www.geneoscopy.com> ;
  schema:addressCountry "US" ;
  onco:cancers <https://onco.cc/cancers/colorectal/> ;
  onco:technologies <https://onco.cc/technologies/multitarget-stool-rna-test/>, <https://onco.cc/technologies/colorectal-screening/>, <https://onco.cc/technologies/rna-seq/> .
