Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Hafemeister committed Oct 20, 2020
1 parent 4593a86 commit e33a7dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Available vignettes:

## Known Issues

* `error in evaluating the argument 'x' in selecting a method for function 't': missing value where TRUE/FALSE needed` - this is happens when poisson regression fails due to poor initialization (affected methods are poisson, qpoisson, nb_fast). The problem has been fixed in the develop branch. (issue #71)
* There can be problems deploying shiny apps due to the `biocViews:` line in the DESCRIPTION file. Fixed in the develop branch. (issue #72)
* No residuals when using `method = 'glmGamPoi'` while specifying a `batch_var`. Fixed in the develop branch. (issue #74)
* `error in evaluating the argument 'x' in selecting a method for function 't': missing value where TRUE/FALSE needed` - this is happens when poisson regression fails due to poor initialization (affected methods are poisson, qpoisson, nb_fast). The problem has been fixed in the develop branch. ([issue #71](https://github.com/ChristophH/sctransform/issues/71))
* There can be problems deploying shiny apps due to the `biocViews:` line in the DESCRIPTION file. Fixed in the develop branch. ([issue #72](https://github.com/ChristophH/sctransform/issues/72))
* No residuals when using `method = 'glmGamPoi'` while specifying a `batch_var`. Fixed in the develop branch. ([issue #74](https://github.com/ChristophH/sctransform/issues/74))

To install from the develop branch run `remotes::install_github("ChristophH/sctransform@develop")`

Expand Down

0 comments on commit e33a7dc

Please sign in to comment.