Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
GEHoffman committed Nov 20, 2024
1 parent 73afa4d commit 120cc15
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 4 deletions.
3 changes: 3 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

Nov 11, 2024
# Better memory usage for parallel runs with SharedObject
https://www.bioconductor.org/packages/release/bioc/html/SharedObject.html



Expand Down
28 changes: 24 additions & 4 deletions docs/articles/cell_covs.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed docs/favicon.ico
Binary file not shown.
7 changes: 7 additions & 0 deletions vignettes/cell_covs.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,13 @@ res.dl <- dreamlet(res.proc, form)
res.dl
```

# Details
A variable in `colData(sce)` is handled according to if the variable is

- continuous: the mean per donor/cell type is stored in `metadata(pb)$aggr_means`
- discrete
- [constant within each donor/cell type] it is stored in `colData(pb)`
- [varies within each donor/cell type] there is no good way to summarize it. The variable is dropped.



Expand Down

0 comments on commit 120cc15

Please sign in to comment.