Skip to content

Commit

Permalink
Fix typo in vignette
Browse files Browse the repository at this point in the history
Using just `group` will match multiple arguments and thus fail.
  • Loading branch information
mschilli87 authored Jun 10, 2021
1 parent 963d324 commit 9a5350a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/vignette.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ We then select genes that differential expressed genes within cluster `C3` (Epit
```{r}
load(gzcon(url('https://xuranw.github.io/MuSiC/data//IEmarkers.RData')))
Est.mouse.bulk = music_prop.cluster(bulk.eset = Mouse.bulk.eset, sc.eset = Mousesub.eset, group.markers = IEmarkers, clusters = 'cellType', group = 'clusterType', samples = 'sampleID', clusters.type = clusters.type)
Est.mouse.bulk = music_prop.cluster(bulk.eset = Mouse.bulk.eset, sc.eset = Mousesub.eset, group.markers = IEmarkers, clusters = 'cellType', groups = 'clusterType', samples = 'sampleID', clusters.type = clusters.type)
```


Expand Down

0 comments on commit 9a5350a

Please sign in to comment.