@@ -37,6 +37,11 @@ pseudobulk_url <- single_line_str(
3737# ' @inheritDotParams get_single_cell_experiment
3838# ' @importFrom cli cli_alert_warning
3939# ' @export
40+ # ' @references Mangiola, S., M. Milton, N. Ranathunga, C. S. N. Li-Wai-Suen,
41+ # ' A. Odainic, E. Yang, W. Hutchison et al. "A multi-organ map of the human
42+ # ' immune system across age, sex and ethnicity." bioRxiv (2023): 2023-06.
43+ # ' doi:10.1101/2023.06.08.542671.
44+ # ' @source [Mangiola et al.,2023](https://www.biorxiv.org/content/10.1101/2023.06.08.542671v3)
4045get_SingleCellExperiment <- function (... ){
4146 single_line_str(" This function name is deprecated.
4247 Please use `get_single_cell_experiment()` instead" ) | >
@@ -55,6 +60,11 @@ get_SingleCellExperiment <- function(...){
5560# ' meta <- get_metadata() |> head(2)
5661# ' sce <- get_single_cell_experiment(meta)
5762# ' @export
63+ # ' @references Mangiola, S., M. Milton, N. Ranathunga, C. S. N. Li-Wai-Suen,
64+ # ' A. Odainic, E. Yang, W. Hutchison et al. "A multi-organ map of the human
65+ # ' immune system across age, sex and ethnicity." bioRxiv (2023): 2023-06.
66+ # ' doi:10.1101/2023.06.08.542671.
67+ # ' @source [Mangiola et al.,2023](https://www.biorxiv.org/content/10.1101/2023.06.08.542671v3)
5868get_single_cell_experiment <- function (data , ... ){
5969 raw_data <- collect(data )
6070 assert_that(
@@ -77,6 +87,11 @@ get_single_cell_experiment <- function(data, ...){
7787# ' pseudobulk <- meta |> get_pseudobulk()
7888# ' }
7989# ' @export
90+ # ' @references Mangiola, S., M. Milton, N. Ranathunga, C. S. N. Li-Wai-Suen,
91+ # ' A. Odainic, E. Yang, W. Hutchison et al. "A multi-organ map of the human
92+ # ' immune system across age, sex and ethnicity." bioRxiv (2023): 2023-06.
93+ # ' doi:10.1101/2023.06.08.542671.
94+ # ' @source [Mangiola et al.,2023](https://www.biorxiv.org/content/10.1101/2023.06.08.542671v3)
8095get_pseudobulk <- function (data , ... ) {
8196 raw_data <- collect(data )
8297 assert_that(
@@ -118,6 +133,11 @@ get_pseudobulk <- function(data, ...) {
118133# ' @importFrom cli cli_alert_success cli_alert_info
119134# ' @importFrom rlang .data
120135# ' @importFrom S4Vectors DataFrame
136+ # ' @references Mangiola, S., M. Milton, N. Ranathunga, C. S. N. Li-Wai-Suen,
137+ # ' A. Odainic, E. Yang, W. Hutchison et al. "A multi-organ map of the human
138+ # ' immune system across age, sex and ethnicity." bioRxiv (2023): 2023-06.
139+ # ' doi:10.1101/2023.06.08.542671.
140+ # ' @source [Mangiola et al.,2023](https://www.biorxiv.org/content/10.1101/2023.06.08.542671v3)
121141get_data_container <- function (
122142 data ,
123143 assays = " counts" ,
0 commit comments