Skip to main content
NAR Genomics and Bioinformatics logoLink to NAR Genomics and Bioinformatics
. 2021 Sep 3;3(3):lqab077. doi: 10.1093/nargab/lqab077

Tissue heterogeneity is prevalent in gene expression studies

Gregor Sturm 1,2,✉,3, Markus List 3,4, Jitao David Zhang 4,✉,4
PMCID: PMC8415427  PMID: 34514392

Abstract

Lack of reproducibility in gene expression studies is a serious issue being actively addressed by the biomedical research community. Besides established factors such as batch effects and incorrect sample annotations, we recently reported tissue heterogeneity, a consequence of unintended profiling of cells of other origins than the tissue of interest, as a source of variance. Although tissue heterogeneity exacerbates irreproducibility, its prevalence in gene expression data remains unknown. Here, we systematically analyse 2 667 publicly available gene expression datasets covering 76 576 samples. Using two independent data compendia and a reproducible, open-source software pipeline, we find a prevalence of tissue heterogeneity in gene expression data that affects between 1 and 40% of the samples, depending on the tissue type. We discover both cases of severe heterogeneity, which may be caused by mistakes in annotation or sample handling, and cases of moderate heterogeneity, which are likely caused by tissue infiltration or sample contamination. Our analysis establishes tissue heterogeneity as a widespread phenomenon in publicly available gene expression datasets, which constitutes an important source of variance that should not be ignored. Consequently, we advocate the application of quality-control methods such as BioQC to detect tissue heterogeneity prior to mining or analysing gene expression data.

INTRODUCTION

The genome-research community has witnessed the exponential growth of gene expression studies in the last two decades, first with microarray (1) and nowadays with RNA-seq datasets (2). Both the huge volume of data and wide coverage of biological samples in diverse contexts, such as genetic perturbation, disease progression, pharmaceutical intervention, etc. make publicly available gene expression studies an important resource for biomedical research. Systematic mining of existing data and interrogation of new data can reveal molecular foundations of pathology and disease (3), identify novel therapeutic targets (4), enable preclinical screening tools for drug safety (5,6), highlight mode-of-action of drug candidates (7), allow data-driven prioritization of drug screening hits (8), and enrich and stratify patients as well as predict their response to therapeutics (9). In short, gene expression studies are indispensable for both disease understanding and drug discovery in biomedical research.

However, the power of gene expression studies in translating molecular biology into medicine is impeded by a lack of reproducibility (10,11). Well-known causes of irreproducibility include batch effects, lack of annotation, variation of biological samples, profiling protocols or data analysis procedures, mistakes in sample handling or annotation, and in rare cases intentional data manipulation. Several studies have scrutinized publicly available gene expression datasets and demonstrated the prevalence of impact by these factors, especially batch effects (12) and sample misannotation, which is reported to affect at least one-third of samples even if only the donor sex label is considered (13). In contrast, the community has yet to assess the prevalence of tissue heterogeneity, i.e. the unintended profiling of cells of other origins than the tissue of interest (14,15). Tissue heterogeneity can be caused by intrinsic characteristics of the sample to be profiled, such as the tumour microenvironment or immune cell infiltration into solid organs, or by extrinsic factors such as imperfect dissection or contamination of samples. Ignoring tissue heterogeneity reduces statistical power of data analysis and can, in the worst case, invalidate the conclusions of a study. In particular in oncology, this is a well recognized problem that is commonly addressed by estimating tumour purity (16). On the other hand, cell type heterogeneity can be leveraged as a source of information in immune cell deconvolution to inform about the state of the tumour microenvironment and to guide immunotherapy (17). Beyond tumour samples, Nieuwenhuis et al. identified a cluster of pancreas-specific genes that were expressed in tissues other than pancreas not only in GTEx but also in other datasets, highlighting that tissue contamination is an important issue affecting important reference datasets commonly used by the community (15).

While both the causes and consequences of tissue heterogeneity have been established, its prevalence in public gene expression data remains unknown. A systematic analysis of tissue heterogeneity with respect to cross-tissue contamination is missing. The outcome of such an analysis would both benefit retrospective data analysis and integration efforts as well as inform the design of analysis protocols of gene expression data generated in the future. To fill this critical gap, we systematically study two large public gene expression repositories, Gene Expression Omnibus (GEO) (18) and ARCHS4 (19), using the previously reported R package BioQC, and a reproducible, open-source Snakemake (20) workflow employing a new Python package pygenesig developed for this study. Focusing on a subset of nine tissues with rigorously validated gene expression signatures and 2 667 studies that fulfilled a set of stringent filtering criteria, we find that tissue-heterogeneity is widespread, affecting at least 5.8% samples. The prevalence varies by tissue type in both microarray and RNA-seq datasets independently of the time when the study was deposited in the public domain. Our results urge all researchers dealing with gene expression studies to consider tissue heterogeneity as a confounder in data analysis and to take actions to reduce or avoid its impact on reproducibility.

MATERIALS AND METHODS

Compilation and cross-validation of tissue signatures

BioQC provides 155 sets of tissue-enriched genes (tissue signatures hereafter) derived from four large-scale tissue gene expression datasets (14). Even though the authors have shown that the signatures are biologically meaningful, they did not validate them using an independent dataset. Since the reliability of signatures is crucial for this study, we developed an open-source software package, pygenesig, which facilitates the creation and validation of tissue signatures. We applied pygenesig to transcriptomics data from the GTEx project (21) (v6) which contains 11 984 samples from 32 tissues and validated the resulting signatures on the GNF Mouse Gene Atlas V3 (22). We identified a set of nine reference tissue signatures that reliably identify their tissue of origin, regardless of experimental platform and species after rigorous validation. The process of signature generation and validation is outlined in Figure 1C and detailed in Section S2 of Supplementary Data.

Figure 1.

Figure 1.

(A and B) Selection of gene expression studies from (A) GEO and (B) ARCHS4. (C) We defined two sets of tissue signatures for the analysis: (i) we obtained 120 tissue query signatures from the BioQC package and (ii) generated 9 high-quality reference signatures from the GTEx and GNF Mouse GeneAtlas V3 datasets. (D) Schematic illustration of our approach to detecting heterogeneous samples. Since query signatures may be imperfect and correlated with the sample’s tissue of origin, we excluded signatures that were correlated with the reference signature (robust linear model slope ≥ 0.01). We defined a sample as heterogeneous, if a query-signature was detected at an FDR < 0.01. We define a sample as severely heterogeneous if additionally, the reference signature was not detected at a P-value of 0.05. Abbreviations: CV, controlled vocabulary; FDR: false-discovery rate.

Gene expression data corpus

We retrieved annotation and gene expression data from GEO on 7 December 2016 using GEOmetadb (23) and GEOquery (24). We downloaded consistently processed RNA-seq gene expression data including annotations as binary RData objects from the ARCHS4 project website (19) on 10 February 2020 (version 8.0). Data filtering and quality control are summarized in Figure 1A,B and described in detail in Section S3 of Supplementary Data.

Tissue annotations in GEO and ARCHS4 are inconsistent. Therefore, we manually mapped tissue descriptions to a controlled vocabulary, thereby assigning 120 of the 155 signatures provided by BioQC and the nine reference signatures to their corresponding tissues (Supplementary Table S1).

Detecting tissue heterogeneity with BioQC in the corpus

BioQC performs a Wilcoxon–Mann–Whitney statistical test for enrichment of a certain signature on a per-sample basis. We ran BioQC on all samples from GEO and ARCHS4 using the 9 reference signatures and 120 signatures provided by BioQC, which yielded 9 878 304 (sample, signature, P-value) pairs. As signatures can be correlated (e.g. because they describe developmentally or physiologically related tissues), we exclude correlated signature pairs so that they do not inflate false-discovery proportions.

The detection process consists of five steps as illustrated in Figure 1D and in Section S4 of Supplementary Data. A given sample s annotated as tissue t is tested for enrichment with the query-signature kquery resulting in a P-value pquery. Let kref be the reference signature associated with tissue t and pref the P-value of testing s for enrichment of kref. Let Inline graphic be the false-discovery rate (FDR) threshold. (i) If the Benjamini–Hochberg (BH)-adjusted pqueryInline graphicwe label s as not heterogeneous, else continue. (ii) We fit a robust linear model using rlm from the R package MASS of |log10(pquery)| against |log10(pref)| for all samples annotated as t. (iii) If the slope of the linear model is ≥ 0.01, we exclude the pair of signatures from the results. If the slope is < 0.01 and the FDR-adjusted pquery < Inline graphic, we consider the sample as heterogeneous. Tissue pairs for which signatures are excluded are marked as such in Figure 2B. (iv) We define heterogeneity as severe, if additionally the unadjusted pref > 0.05. (v) Finally, we compute the fraction of heterogeneous samples by dividing the number of samples that have at least one signature passing the above criteria by the total number of samples per tissue. Confidence intervals have been derived by bootstrapping (n=1 000) using the R package boot.

Figure 2.

Figure 2.

Tissue heterogeneity in gene expression studies from GEO and ARCHS4. (A) Fraction of heterogeneous samples per tissue. Error bars show 95% confidence intervals derived by bootstrapping (n=1 000). (B) Confusion matrix of tissues with absolute counts. Reference tissue refers to the annotated tissue, detected signature to other tissue signatures that were detected in these samples by BioQC. For tiles boxed with dashed lines, one or more query signatures have been removed due to correlation with the reference signature.

Documentation and the pipeline

We implemented and documented the analysis using the R package bookdown (25). The analysis is wrapped into a reproducible pipeline built on Snakemake (20).

RESULTS

We designed and implemented an analysis workflow to estimate the prevalence of tissue heterogeneity in publicly available gene expression datasets. We evaluate the enrichment of 120 query signatures from the R package BioQC in a selection of well annotated gene expression studies in the GEO (18) and ARCHS4 (19) repositories (2 667 studies, 76 576 samples, Figure 1A,B). These query signatures are tissue-sensitive, i.e. they recognize their target tissue with few false negatives but often not tissue-specific, i.e. they report false positives due to the expression of the signature genes in other, physiologically similar tissues. To account for this, we propose a set of nine reference signatures using GTEx data (21) and validate them using the GNF MouseAtlas V3 dataset (22) to show that they are robust even across species (Figure 1C). For each tissue, we exclude all query signatures that are correlated with the reference signature and consider a sample heterogeneous if one of the remaining signatures is detected at an FDR < 0.01 (Figure 1D). We further distinguish between severe and moderate tissue heterogeneity. Empirically, we define moderate heterogeneity as samples that are significantly enriched for a signature that we do not expect to be present, and severe heterogeneity as samples in which, in addition, the expected signature of the annotated tissue is not detected. While severe heterogeneity often suggests mistakes in sample handling and annotation, moderate heterogeneity suggests contamination or infiltration with blood or immune cells.

We find moderate tissue heterogeneity in about 5.8% of all samples and severe heterogeneity in 1.6% of samples. The proportion of samples affected by moderate heterogeneity varies by the organ and tissue being profiled, with skin (40%) and pancreas (30%) samples affected most frequently and blood samples affected least frequently (1.4%) (Figure 2A), which intuitively agrees with the complexity of the respective sampling procedures.

In general, heterogeneity was higher in ARCHS4 than in GEO, which can likely be attributed to the higher sensitivity of sequencing compared to microarrays. However, the overall patterns (highest heterogeneity in pancreas and skin) are comparable between the platforms, suggesting that the issue of sample heterogeneity is platform-independent. We further observe that heterogeneity is not equally distributed across studies. While most studies (84.3% in GEO and 73.8% in ARCHS4) contain no samples with detected heterogeneity, a considerable proportion (5.9% GEO, 7.3% ARCHS4) contains ‘severely heterogeneous’ samples (Supplemental Figure S8). Using a linear model, we conclude that tissue heterogeneity is not associated with the year of the study, suggesting that this issue exists since the early days of transcriptome profiling and persists (Supplementary Figure S9).

A closer investigation of the source of tissue heterogeneity reveals additional insights (Figure 2B). First, enrichment of blood signatures in other tissues and organs is one of the most frequent forms of severe heterogeneity. Multiple causes are possible: it can be caused by an increased inflow and/or decreased outflow of blood which sums as a net increase of blood volume, or the activation and proliferation of tissue-resident leukocytes, for instance. Besides heterogeneity related with blood, many instances of tissue heterogeneity are caused by proximal tissues, which could be explained by imperfect separation of nearby organs. For example, the liver and pancreas are proximal organs connected by the common bile duct, which may explain why many cases of tissue heterogeneity in pancreatic tissue are caused by liver-specific tissue signatures. Finally, tissue heterogeneity involving distal solid tissues also occurs, which may indicate contamination during sample preparation. Considering that the latter two aspects represent technical biases, such samples should be excluded in analysis to increase statistical robustness and to avoid arriving at erroneous conclusions.

DISCUSSIONS AND CONCLUSIONS

Due to a lack of annotation, only a small fraction of GEO microarray datasets (12.9%) could be used for our analysis. In particular a lack of tissue annotation disqualified the majority (61%) of the datasets. Since BioQC depends on the ranking of genes within a sample, per-gene normalized expression profiles in the GEO repository could also not be evaluated. We find it especially problematic that no standardized mapping from probe id to gene symbols was available for many of the remaining samples. The low percentage of usable samples begs the question if our findings generalize to the entire sample population in GEO. However, many of the trends we observed in GEO (e.g. that skin and pancreas exhibit the highest level of heterogeneity) are also found in ARCHS4, which collects data of different samples acquired with an entirely different technological platform.

We also note that the issue of tissue heterogeneity is specific to bulk gene expression data and does not affect single-cell RNA-seq studies, as contaminating cells form an independent cluster of cells which can either be ignored or incorporated in data analysis. In fact, single-cell RNA-seq offers the chance to study biological sources of tissue heterogeneity at a previously unimaginable depth. However, due to its lower cost and simpler sampling procedure, the majority of expression profiles will still be sequenced in bulk in the foreseeable future. In addition, many studies strive to use information derived from bulk-sequenced samples to inform both experimental design and analysis of single-cell studies. Hence, identifying samples affected by tissue heterogeneity will remain an important aspect of data analysis. Standard methods, such as principal component analysis (PCA) can identify heterogeneous samples as outliers. Using signature-based methods such as BioQC has the additional benefit of explaining the source of variance, and even works with single samples, or when all samples are affected.

A limitation of the study is that we focused only on bulk gene expression datasets based on mRNA profiling using either microarray or Illumina sequencing. High-throughput gene expression data derived from other modalities, such as third-generation sequencing techniques and mass spectrometry-based proteomics, usually require many cells as input and hence may suffer from tissue heterogeneity as well. A recent study by Yoo et al. (26), for instance, reported a community effort to address sample mislabelling issues in proteogenomic and multi-omics studies, and found 7.5% and 3.5% mislabelled samples in two datasets. To our best knowledge, tissue heterogeneity has not been addressed on a large scale by such a community effort. Future studies are warranted to explore the landscape of tissue heterogeneity in data generated from alternative gene-expression profiling techniques.

Detecting and modelling tissue heterogeneity is of particular importance in systems medicine studies, where tissue-specific signals can mask disease-specific signals, thus preventing the successful detection of disease mechanisms, patient stratification, or drug target identification and validation. Based on the prevalence of tissue heterogeneity in gene expression data, we advocate the routine use of methods such as BioQC to assess tissue heterogeneity and to ensure reproducibility of gene expression studies.

DATA AVAILABILITY

The reference signatures and raw results table including all accession numbers tested is available from https://doi.org/10.5281/zenodo.4298774. The source code to reproduce the analysis can be found at https://github.com/grst/bioqc_geo. Pygenesig is available from https://github.com/grst/pygenesig. BioQC is available from R/Bioconductor and the documentation is available at https://accio.github.io/BioQC/.

Supplementary Material

lqab077_Supplemental_Files

ACKNOWLEDGEMENTS

We would like to thank the members of the Bioinformatics and Exploratory Data Analysis (BEDA) team at Roche for inspiring discussions. Especially, the authors thank Zhiwen Jiang for feedback on our heterogeneity testing procedure; Laura Badi for her continuous work to improve the BioQC method; Klas Hatje, Iakov Davydov and Roland Schmucki for testing BioQC and providing valuable feedback; Martin Ebeling, Manfred Kansy, and Fabian Birzele for suggesting the case study and supporting the work. J.D.Z. wishes to dedicate this study to Clemens Broger, in memory of his inspiring and loving style of working with young people.

Authors' contributions: G.S. and J.D.Z. conceived the study. G.S. curated microarray datasets and performed analysis. G.S. and J.D.Z collected RNA-sequencing datasets and performed analysis. G.S., M.L. and J.D.Z. wrote the manuscript and approved its content.

Contributor Information

Gregor Sturm, Biocenter, Institute of Bioinformatics, Medical University of Innsbruck, 6020 Innsbruck, Austria; Pharma Research and Early Development, Pharmaceutical Sciences, Roche Innovation Center Basel, F. Hoffmann-La Roche Ltd, Grenzacherstrasse 124, 4070 Basel, Switzerland.

Markus List, Chair of Experimental Bioinformatics, TUM School of Life Sciences Weihenstephan, Technical University of Munich, 85354 Freising, Germany.

Jitao David Zhang, Pharma Research and Early Development, Pharmaceutical Sciences, Roche Innovation Center Basel, F. Hoffmann-La Roche Ltd, Grenzacherstrasse 124, 4070 Basel, Switzerland.

SUPPLEMENTARY DATA

Supplementary Data are available at NARGAB Online.

FUNDING

The study was fully funded by F. Hoffmann-La Roche Ltd.

Conflict of interest statement. Both G.S. and J.D.Z. are former or current employees of F. Hoffmann-La Roche Ltd., Switzerland. G.S. receives consulting fees from Pieris Pharmaceuticals GmbH outside this work.

REFERENCES

  • 1.Baker M.Gene data to hit milestone. Nature. 2012; 487:282–283. [DOI] [PubMed] [Google Scholar]
  • 2.Stark R., Grzelak M., Hadfield J.. RNA sequencing: the teenage years. Nat. Rev. Genet. 2019; 20:631–656. [DOI] [PubMed] [Google Scholar]
  • 3.Xu J., Acharya S., Sahin O., Zhang Q., Saito Y., Yao J., Wang H., Li P., Zhang L., Lowery F.J.et al.. 14-3-3ζ turns TGF-β’s function from tumor suppressor to metastasis promoter in breast cancer by contextual changes of smad partners from p53 to gli2. Cancer Cell. 2015; 27:177–192. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 4.Moisan A., Lee Y.-K., Zhang J.D., Hudak C.S., Meyer C.A., Prummer M., Zoffmann S., Truong H.H., Ebeling M., Kiialainen A.et al.. White-to-brown metabolic conversion of human adipocytes by JAK inhibition. Nat. Cell Biol. 2015; 17:57–67. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 5.Moisan A., Gubler M., Zhang J.D., Tessier Y., Dumong Erichsen K., Sewing S., Gérard R., Avignon B., Huber S., Benmansour F.et al.. Inhibition of EGF uptake by nephrotoxic antisense drugs in vitro and implications for preclinical safety profiling. Mol. Ther. Nucleic Acids. 2017; 6:89–105. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 6.Zhang J.D., Berntenis N., Roth A., Ebeling M.. Data mining reveals a network of early-response genes as a consensus signature of drug-induced in vitro and in vivo toxicity. Pharmacogenomics J. 2014; 14:208–216. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 7.Mueller H., Wildum S., Luangsay S., Walther J., Lopez A., Tropberger P., Ottaviani G., Lu W., Parrott N.J., Zhang J.D.et al.. A novel orally available small molecule that inhibits hepatitis b virus expression. J. Hepatol. 2018; 68:412–420. [DOI] [PubMed] [Google Scholar]
  • 8.Drawnel F.M., Zhang J.D., Küng E., Aoyama N., Benmansour F., Araujo Del Rosario A., Jensen Zoffmann S., Delobel F., Prummer M., Weibel F.et al.. Molecular phenotyping combines molecular information, biological relevance, and patient data to improve productivity of early drug discovery. Cell Chem Biol. 2017; 24:624–634. [DOI] [PubMed] [Google Scholar]
  • 9.Thommen D.S., Koelzer V.H., Herzig P., Roller A., Trefny M., Dimeloe S., Kiialainen A., Hanhart J., Schill C., Hess C.et al.. A transcriptionally and functionally distinct PD-1+ CD8+ t cell pool with predictive potential in non-small-cell lung cancer treated with PD-1 blockade. Nat. Med. 2018; 24:994–1004. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 10.Rung J., Brazma A.. Reuse of public genome-wide gene expression data. Nat. Rev. Genet. 2013; 14:89–99. [DOI] [PubMed] [Google Scholar]
  • 11.Baker M.Biotech giant publishes failures to confirm high-profile science. Nature. 2016; 530:141. [DOI] [PubMed] [Google Scholar]
  • 12.Chen C., Grennan K., Badner J., Zhang D., Gershon E., Jin L., Liu C.. Removing batch effects in analysis of expression microarray data: an evaluation of six batch adjustment methods. PLoS One. 2011; 6:e17238. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 13.Toker L., Feng M., Pavlidis P.. Whose sample is it anyway? Widespread misannotation of samples in transcriptomics studies. F1000Res. 2016; 5:2103. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 14.Zhang J.D., Hatje K., Sturm G., Broger C., Ebeling M., Burtin M., Terzi F., Pomposiello S.I., Badi L.. Detect tissue heterogeneity in gene expression data with BioQC. BMC Genomics. 2017; 18:277. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 15.Nieuwenhuis T.O., Yang S.Y., Verma R.X., Pillalamarri V., Arking D.E., Rosenberg A.Z., McCall M.N., Halushka M.K.. Consistent RNA sequencing contamination in GTEx and other data sets. Nat. Commun. 2020; 11:1933. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 16.Yoshihara K., Shahmoradgoli M., Martínez E., Vegesna R., Kim H., Torres-Garcia W., Treviño V., Shen H., Laird P.W., Levine D.A.et al.. Inferring tumour purity and stromal and immune cell admixture from expression data. Nat. Commun. 2013; 4:2612. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 17.Sturm G., Finotello F., Petitprez F., Zhang J.D., Baumbach J., Fridman W.H., List M., Aneichyk T.. Comprehensive evaluation of transcriptome-based cell-type quantification methods for immuno-oncology. Bioinformatics. 2019; 35:i436–i445. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 18.Edgar R., Domrachev M., Lash A.E.. Gene expression omnibus: NCBI gene expression and hybridization array data repository. Nucleic Acids Res. 2002; 30:207–210. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 19.Lachmann A., Torre D., Keenan A.B., Jagodnik K.M., Lee H.J., Wang L., Silverstein M.C., Ma’ayan A.. Massive mining of publicly available RNA-seq data from human and mouse. Nat. Commun. 2018; 9:1366. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 20.Koster J., Rahmann S.. Snakemake–a scalable bioinformatics workflow engine. Bioinformatics. 2012; 28:2520–2522. [DOI] [PubMed] [Google Scholar]
  • 21.GTEx Consortium The genotype-tissue expression (GTEx) project. Nat. Genet. 2013; 45:580–585. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 22.Lattin J.E., Schroder K., Su A.I., Walker J.R., Zhang J., Wiltshire T., Saijo K., Glass C.K., Hume D.A., Kellie S.et al.. Expression analysis of g protein-coupled receptors in mouse macrophages. Immunome Res. 2008; 4:5. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 23.Zhu Y., Davis S., Stephens R., Meltzer P.S., Chen Y.. GEOmetadb: powerful alternative search engine for the gene expression omnibus. Bioinformatics. 2008; 24:2798–2800. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 24.Davis S., Meltzer P.S.. GEOquery: a bridge between the gene expression omnibus (GEO) and bioconductor. Bioinformatics. 2007; 23:1846–1847. [DOI] [PubMed] [Google Scholar]
  • 25.Xie Y.bookdown: Authoring Books and Technical Documents with R Markdown. 2016; Chapman and Hall/CRC. [Google Scholar]
  • 26.Yoo S., Shi Z., Wen B., Kho S., Pan R., Feng H., Chen H., Carlsson A., Edén P., Ma W.et al.. A community effort to identify and correct mislabeled samples in proteogenomic studies. Patterns (N Y). 2021; 2:100245. [DOI] [PMC free article] [PubMed] [Google Scholar]

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Supplementary Materials

lqab077_Supplemental_Files

Data Availability Statement

The reference signatures and raw results table including all accession numbers tested is available from https://doi.org/10.5281/zenodo.4298774. The source code to reproduce the analysis can be found at https://github.com/grst/bioqc_geo. Pygenesig is available from https://github.com/grst/pygenesig. BioQC is available from R/Bioconductor and the documentation is available at https://accio.github.io/BioQC/.


Articles from NAR Genomics and Bioinformatics are provided here courtesy of Oxford University Press

RESOURCES