# OnCo record tpm-fpkm-counts (term). 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/terms/tpm-fpkm-counts/>
  a schema:DefinedTerm ;
  onco:kind "term" ;
  schema:identifier "tpm-fpkm-counts" ;
  schema:name "TPM, FPKM and raw counts (expression units)"@en ;
  schema:alternateName "TPM"@en, "transcripts per million"@en, "FPKM"@en, "RPKM"@en, "log2 TPM"@en, "log2(TPM+1)"@en, "raw counts"@en, "read counts"@en, "expression units"@en ;
  schema:description "Raw counts are how many sequencing reads hit each gene; TPM and FPKM rescale them for gene length and sequencing depth so genes and samples can be compared, and log2 TPM is the usual model input."@en ;
  schema:url <https://onco.cc/terms/tpm-fpkm-counts/> ;
  schema:dateModified "2026-09-24"^^xsd:date ;
  schema:sameAs <https://en.wikipedia.org/wiki/RNA-Seq> ;
  schema:citation <https://doi.org/10.1038/nmeth.4197>, <https://en.wikipedia.org/wiki/RNA-Seq> ;
  onco:tag "cansim-terms" ;
  onco:related <https://onco.cc/terms/cancer-ai-vocabulary/> ;
  onco:terms <https://onco.cc/terms/bulk-rna-seq/>, <https://onco.cc/terms/batch-effects/>, <https://onco.cc/terms/quantile-normalisation/> .
