https://github.com/bioconductor-source/tximeta
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
✓DOI references
Found 3 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.7%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: bioconductor-source
- Language: R
- Default Branch: devel
- Size: 1.46 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
tximeta 
Automatic metadata for RNA-seq
tximeta provides a set of functions for conveniently working with
metadata for transcript quantification data in Bioconductor. The
tximeta() function imports quantification data from Salmon or
other quantifiers, and returns a
SummarizedExperiment
object. tximeta works natively with
Salmon,
alevin,
or piscem-infer,
but can easily be configured to work with any transcript
quantification tool.
If tximeta() recognizes the reference transcripts used
for quantification, it will automatically download relevant
information about the location of the transcripts in the correct genome.
These actions happen in the background without requiring any extra
effort or information from the user.
This metadata is attached to the SummarizedExperiment in the
metadata() and rowRanges() slots.
For a list of the reference transcriptomes supported by tximeta(),
see the "Pre-computed digests" section of the vignette in the
Get started tab. We call the computed identifier for the reference
transcriptome a "digest" or sometimes a "checksum".
Further steps are also facilitated, e.g. summarizeToGene(), addIds(),
or even retrieveCDNA() (the transcripts used for quantification) or
retrieveDb() (the correct TxDb or EnsDb to match the
quantification data).
How it works
The key idea behind tximeta is that Salmon, alevin, and
piscem-infer propagate a hash value
summarizing the reference transcripts into each quantification
directory it outputs. tximeta can be used with other tools as long
as the
hash of the transcripts
is also included in the output directories. See customMetaInfo
argument of tximeta() for more details.

Reference
A reference for tximeta package is:
Michael I. Love, Charlotte Soneson, Peter F. Hickey, Lisa K. Johnson, N. Tessa Pierce, Lori Shepherd, Martin Morgan, Rob Patro. "Tximeta: reference sequence checksums for provenance identification in RNA-seq" PLOS Computational Biology (2020) doi: 10.1371/journal.pcbi.1007664
Feedback
We would love to hear your feedback. Please post to Bioconductor support site for software usage help or post an Issue on GitHub, for software development questions.
Funding
tximeta was developed as part of NIH NHGRI R01-HG009937.
tximeta was also supported by the Chan Zuckerberg Initiative as part of the EOSS grants.

Owner
- Name: (WIP DEV) Bioconductor Packages
- Login: bioconductor-source
- Kind: organization
- Email: maintainer@bioconductor.org
- Website: https://bioconductor.org
- Repositories: 1
- Profile: https://github.com/bioconductor-source
Source code for packages accepted into Bioconductor
GitHub Events
Total
Last Year
Dependencies
- actions/cache v2 composite
- actions/checkout v2 composite
- actions/upload-artifact master composite
- docker/build-push-action v1 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- AnnotationDbi * imports
- AnnotationHub * imports
- BiocFileCache * imports
- Biostrings * imports
- GenomeInfoDb * imports
- GenomicFeatures * imports
- GenomicRanges * imports
- IRanges * imports
- Matrix * imports
- S4Vectors * imports
- SummarizedExperiment * imports
- ensembldb * imports
- jsonlite * imports
- methods * imports
- tibble * imports
- tools * imports
- txdbmaker * imports
- tximport * imports
- utils * imports
- DESeq2 * suggests
- devtools * suggests
- edgeR * suggests
- fishpond * suggests
- knitr * suggests
- limma * suggests
- org.Dm.eg.db * suggests
- rmarkdown * suggests
- testthat * suggests
- tximportData * suggests