All Projects → mikelove → tximport

mikelove / tximport

Licence: other
Import and summarize transcript-level estimates for gene-level analysis

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to tximport

recount
R package for the recount2 project. Documentation website: http://leekgroup.github.io/recount/
Stars: ✭ 40 (-65.81%)
Mutual labels:  bioconductor, rnaseq, deseq2
alpine
Modeling and correcting fragment sequence bias for RNA-seq
Stars: ✭ 25 (-78.63%)
Mutual labels:  bioconductor, rnaseq
BiocPkgTools
Computable build reports, package metadata, and download stats from the Bioconductor project
Stars: ✭ 20 (-82.91%)
Mutual labels:  bioconductor
ngs pipeline
Exome/Capture/RNASeq Pipeline Implementation using snakemake
Stars: ✭ 40 (-65.81%)
Mutual labels:  rnaseq
pipeComp
A R framework for pipeline benchmarking, with application to single-cell RNAseq
Stars: ✭ 38 (-67.52%)
Mutual labels:  bioconductor
bioc 2020 tidytranscriptomics
Workshop on tidytranscriptomics: Performing tidy transcriptomics analyses with tidybulk, tidyverse and tidyheatmap
Stars: ✭ 25 (-78.63%)
Mutual labels:  bioconductor
anndata2ri
Convert between AnnData and SingleCellExperiment
Stars: ✭ 79 (-32.48%)
Mutual labels:  bioconductor
TCGAbiolinksGUI
TCGAbiolinksGUI code development for R/Bioconductor submission http://tcgabiolinks.fmrp.usp.br:3838/
Stars: ✭ 32 (-72.65%)
Mutual labels:  bioconductor
Contributions
Contribute Packages to Bioconductor
Stars: ✭ 117 (+0%)
Mutual labels:  bioconductor
RBioFormats
📚 R interface to the Bio-Formats library
Stars: ✭ 20 (-82.91%)
Mutual labels:  bioconductor
atacr
Analysing Capture Seq Count Data
Stars: ✭ 14 (-88.03%)
Mutual labels:  rnaseq
pm4ngs
Project Manager for NGS data analysis
Stars: ✭ 21 (-82.05%)
Mutual labels:  rnaseq
ensembldb
This is the ensembldb development repository.
Stars: ✭ 31 (-73.5%)
Mutual labels:  bioconductor
DEGreport
Create a cromphensive report of DEG list coming from any analysis of RNAseq data
Stars: ✭ 18 (-84.62%)
Mutual labels:  bioconductor
viGEN
viGEN - A bioinformatics pipeline for the exploration of viral RNA in human NGS data
Stars: ✭ 24 (-79.49%)
Mutual labels:  rnaseq
microarray-analysis
Materials on the analysis of microarray expression data; focus on re-analysis of public data ( http://tinyurl.com/cruk-microarray)
Stars: ✭ 44 (-62.39%)
Mutual labels:  bioconductor
rdocumentation-2.0
📚 RDocumentation provides an easy way to search the documentation for every version of every R package on CRAN and Bioconductor.
Stars: ✭ 197 (+68.38%)
Mutual labels:  bioconductor
MultiAssayExperiment
Bioconductor package for management of multi-assay data
Stars: ✭ 57 (-51.28%)
Mutual labels:  bioconductor
rnatoy
A proof of concept RNA-Seq pipeline with Nextflow
Stars: ✭ 32 (-72.65%)
Mutual labels:  rnaseq
ALPS
AnaLysis routines for ePigenomicS data - 🏫 Bioconductor project
Stars: ✭ 13 (-88.89%)
Mutual labels:  bioconductor

tximport

Import and summarize transcript-level estimates for transcript- and gene-level analysis

Description of methods and analysis described in:


Imports transcript-level abundance, estimated counts and transcript lengths, and summarizes into matrices for use with downstream statistical analysis packages such as edgeR, DESeq2, limma-voom. Average transcript length, weighted by sample-specific transcript abundance estimates, is provided as a matrix which can be used as an offset for different expression of gene-level counts.

See examples in the vignette.

Notes:

  • tximport as of version 1.3.9 will import inferential replicates (Gibbs samples or bootstrap samples) from Salmon, Sailfish or kallisto.
  • Though we provide here functionality for performing gene-level differential expression using summarized transcript-level estimates, this is does not mean we suggest that users only perform gene-level analysis. Gene-level differential expression can be complemented with transcript- or exon-level analysis. The argument txOut=TRUE can be used to generate transcript-level matrices.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].