Skip to content

Commit

Permalink
Update vignette.Rmd
Browse files Browse the repository at this point in the history
Fixed up base flag
  • Loading branch information
namwob44 authored Jul 31, 2024
1 parent c661bcd commit 3665eb6
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 @@ -108,7 +108,7 @@ This produces SingleCellExperiment object. Updates clones in the metadata for th

```{r,eval=FALSE}
sce<-enumerate_clones(sce, replicates = 500)
sce<-compute_clone_statistics(sce)
sce<-compute_clone_statistics(sce,skip_ploidy=FALSE)
```

We can now look at a clonograph of the data, select a subset of clones and plot another clonograph
Expand Down

0 comments on commit 3665eb6

Please sign in to comment.