quant_tximport_summarizedexperiment
Post-process transcript-level quantification results using tximport to produce count matrices and SummarizedExperiment objects
Description
Post-process transcript-level quantification results using tximport to produce count matrices and SummarizedExperiment objects
Input
Sample sheet, to be baked into the colData of SummarizedExperiment
objects.
Structure: [ val(meta), path(samplesheet) ]
*.{csv,tsv}Per-sample quantification results. For Salmon these are result
directories containing quant.sf, for Kallisto directories containing
abundance.tsv, and for RSEM the .isoforms.results files. All samples
must have been quantified against the same transcriptome, as only a
single sample is used for transcript-to-gene mapping discovery. If
support for mixed transcriptomes is needed in future, tx2gene would
need to run independently per sample.
Structure: [ val(meta), path(results) ]
Output
tx2gene mapping table actually used by tximport, equal to the input
tx2gene with self-mappings appended for any transcripts present in the
quantification output but missing from the input. Use this file (not
tx2gene) to reproduce the published gene-level outputs from the
per-sample quantification files.
*tx2gene_augmented.tsvGene-level matrix of unadjusted estimated counts from tximport
(countsFromAbundance = 'no').
*.gene_counts.tsvGene-level matrix of estimated counts, generated from abundance (TPM)
values by scaling to library size, additionally scaled using the
average transcript length, using tximport
countsFromAbundance = 'lengthScaledTPM'.
*.gene_counts_length_scaled.tsvGene-level matrix of estimated counts, generated from abundance (TPM)
values by scaling to library size with tximport
countsFromAbundance = 'scaledTPM'.
*.gene_counts_scaled.tsvTranscript-level matrix of unadjusted estimated counts from tximport
(countsFromAbundance = 'no').
*.transcript_counts.tsvSerialised SummarizedExperiment object containing gene-level assays
(counts, length-scaled counts, scaled counts, lengths, TPM).
*.rds