BioConductor
DRIMSeq 1.8.0
Differential transcript usage and tuQTL analyses with Dirichlet-multinomial model in RNA-seq
Released May 24, 2017 by Malgorzata Nowicka
Dependencies
IRanges 2.14.10 limma 3.36.1 ggplot2 2.2.1 MASS 7.3-50 GenomicRanges 1.32.3 BiocParallel 1.14.1 edgeR 3.22.2 S4Vectors 0.18.2 reshape2 1.4.3 BiocGenerics 0.26.0
The package provides two frameworks. One for the differential transcript usage analysis between different conditions and one for the tuQTL analysis. Both are based on modeling the counts of genomic features (i.e., transcripts) with the Dirichlet-multinomial distribution. The package also makes available functions for visualization and exploration of the data and results.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.bioconductor</groupId> <artifactId>DRIMSeq</artifactId> <version>1.8.0-b2</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.bioconductor:DRIMSeq')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- DM_likelihood_and_score.dm_lik_and_dm_likG_are_diff__for_matrix_with_0_column
- DM_likelihood_and_score.dm_lik_and_dm_likG_are_equal
- DM_likelihood_and_score.dm_score_and_dm_scoreG_are_equal
- MatrixList.methods_return_correct_arributes_of_MatrixList_E1
- MatrixList.methods_return_correct_arributes_of_MatrixList_E2
- MatrixList.methods_return_correct_arributes_of_MatrixList_E3
- MatrixList.methods_return_correct_arributes_of_MatrixList_E4
- MatrixList.methods_return_correct_arributes_of_MatrixList_E5
- MatrixList.methods_return_correct_arributes_of_MatrixList_E6
- MatrixList.methods_return_correct_arributes_of_MatrixList_E7
- MatrixList.methods_return_correct_arributes_of_MatrixList_E8
- MatrixList.subsetting_of_MatrixList_is_correct_E1
- MatrixList.subsetting_of_MatrixList_is_correct_E2
- MatrixList.subsetting_of_MatrixList_is_correct_E3
- dmDSdata-class-examples
- dmDSdata-examples
- dmDSfit-class-examples
- dmDSprecision-class-examples
- dmDStest-class-examples
- dmFilter-examples
- dmFit-examples
- dmPrecision-examples
- dmSQTLdata-class-examples
- dmSQTLdata-examples
- dmSQTLfit-class-examples
- dmSQTLprecision-class-examples
- dmSQTLtest-class-examples
- dmTest-examples
- plotData-examples
- plotPValues-examples
- plotPrecision-examples
- plotProportions-examples
- testthat