Skip to content

Commit

Permalink
Merge pull request #6 from mikelove/master
Browse files Browse the repository at this point in the history
nbinomLRT shouldn't be called directly
  • Loading branch information
koenvandenberge authored Aug 10, 2018
2 parents bfd8689 + a2bfbac commit 4bb99be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: stageR
Type: Package
Title: stageR: stage-wise analysis of high throughput gene expression data in R
Version: 1.3.26
Version: 1.3.27
Author: Koen Van den Berge and Lieven Clement
Maintainer: Koen Van den Berge <[email protected]>
Description: The stageR package allows automated stage-wise analysis of high-throughput gene expression data. The method is published in Genome Biology at https://genomebiology.biomedcentral.com/articles/10.1186/s13059-017-1277-0
Expand Down
2 changes: 1 addition & 1 deletion vignettes/stageRVignette.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ dxd <- DEXSeqDataSet(countData = exprs(esetProstate),
groupID = as.character(geneForEachTx))
dxd <- estimateSizeFactors(dxd)
dxd <- estimateDispersions(dxd)
dxd <- nbinomLRT(dxd, reduced=~ sample + exon + patient)
dxd <- testForDEU(dxd, reducedModel=~ sample + exon + patient)
dxr <- DEXSeqResults(dxd)
qvalDxr <- perGeneQValue(dxr)
```
Expand Down

0 comments on commit 4bb99be

Please sign in to comment.