Skip to content

Commit

Permalink
nbinomLRT shouldn't be called directly
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelove committed Aug 7, 2018
1 parent bfd8689 commit a2bfbac
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 a2bfbac

Please sign in to comment.