11# Generated by roxygen2: do not edit by hand
22
3- S3method(arrange,tidybulk)
4- S3method(bind_cols,tidybulk)
5- S3method(bind_rows,tidybulk)
6- S3method(distinct,tidybulk)
7- S3method(filter,tidybulk)
8- S3method(full_join,tidybulk)
9- S3method(group_by,tidybulk)
10- S3method(inner_join,tidybulk)
11- S3method(left_join,tidybulk)
12- S3method(mutate,nested_tidybulk)
13- S3method(mutate,tidybulk)
14- S3method(nest,tidybulk)
15- S3method(rename,tidybulk)
16- S3method(right_join,tidybulk)
17- S3method(rowwise,tidybulk)
18- S3method(summarise,tidybulk)
19- S3method(ungroup,tidybulk)
20- S3method(unnest,nested_tidybulk)
21- export("%>%")
3+ S3method(tidybulk::filterByExpr,DGEList)
4+ S3method(tidybulk::filterByExpr,default)
5+ S3method(validation,default)
6+ S3method(validation,tidybulk)
227export(adjust_abundance)
238export(aggregate_duplicates)
24- export(arrange)
259export(as_SummarizedExperiment)
2610export(as_matrix)
27- export(as_tibble)
28- export(bind_cols)
2911export(cluster_elements)
3012export(deconvolve_cellularity)
3113export(describe_transcript)
32- export(distinct)
33- export(do)
34- export(ensembl_to_symbol)
3514export(fill_missing_abundance)
36- export(filter)
37- export(full_join)
3815export(get_bibliography)
39- export(group_by)
4016export(identify_abundant)
4117export(impute_missing_abundance)
42- export(inner_join)
4318export(keep_abundant)
4419export(keep_variable)
45- export(left_join)
4620export(log10_reverse_trans)
4721export(logit_trans)
48- export(mutate)
49- export(nest)
5022export(pivot_sample)
5123export(pivot_transcript)
5224export(quantile_normalise_abundance)
5325export(reduce_dimensions)
5426export(remove_redundancy)
55- export(rename)
5627export(resolve_complete_confounders_of_non_interest)
57- export(right_join)
5828export(rotate_dimensions)
59- export(rowwise)
6029export(scale_abundance)
61- export(select)
62- export(summarise)
63- export(symbol_to_entrez)
6430export(test_differential_abundance)
65- export(test_differential_cellularity )
31+ export(test_differential_expression )
6632export(test_gene_enrichment)
6733export(test_gene_overrepresentation)
6834export(test_gene_rank)
69- export(test_stratification_cellularity)
70- export(tibble)
71- export(tidybulk)
72- export(tidybulk_SAM_BAM)
73- export(unnest)
7435exportMethods(as_SummarizedExperiment)
75- exportMethods(quantile_normalise_abundance)
76- exportMethods(scale_abundance)
77- exportMethods(tidybulk)
78- exportMethods(tidybulk_SAM_BAM)
79- import(SummarizedExperiment)
8036import(lifecycle)
81- import(methods)
82- import(parallel)
83- import(preprocessCore)
84- import(readr)
8537import(tibble)
8638importFrom(GenomicRanges,makeGRangesListFromDataFrame)
8739importFrom(Matrix,colSums)
8840importFrom(Matrix,rowMeans)
8941importFrom(Matrix,t)
42+ importFrom(S4Vectors,"metadata<-")
9043importFrom(S4Vectors,DataFrame)
44+ importFrom(S4Vectors,as.data.frame)
9145importFrom(S4Vectors,metadata)
46+ importFrom(SummarizedExperiment,"assays<-")
47+ importFrom(SummarizedExperiment,"colData<-")
48+ importFrom(SummarizedExperiment,"rowData<-")
49+ importFrom(SummarizedExperiment,"rowRanges<-")
9250importFrom(SummarizedExperiment,SummarizedExperiment)
9351importFrom(SummarizedExperiment,as.data.frame)
52+ importFrom(SummarizedExperiment,assay)
53+ importFrom(SummarizedExperiment,assayNames)
9454importFrom(SummarizedExperiment,assays)
9555importFrom(SummarizedExperiment,colData)
56+ importFrom(SummarizedExperiment,colnames)
9657importFrom(SummarizedExperiment,rowData)
9758importFrom(SummarizedExperiment,rowRanges)
59+ importFrom(crayon,blue)
9860importFrom(dplyr,across)
99- importFrom(dplyr,anti_join )
61+ importFrom(dplyr,add_count )
10062importFrom(dplyr,arrange)
63+ importFrom(dplyr,as_tibble)
10164importFrom(dplyr,between)
102- importFrom(dplyr,contains)
65+ importFrom(dplyr,bind_cols)
66+ importFrom(dplyr,bind_rows)
10367importFrom(dplyr,count)
68+ importFrom(dplyr,desc)
10469importFrom(dplyr,distinct)
105- importFrom(dplyr,do)
10670importFrom(dplyr,everything)
10771importFrom(dplyr,filter)
108- importFrom(dplyr,full_join)
10972importFrom(dplyr,group_by)
110- importFrom(dplyr,group_by_drop_default)
111- importFrom(dplyr,group_cols)
11273importFrom(dplyr,if_else)
11374importFrom(dplyr,inner_join)
11475importFrom(dplyr,join_by)
@@ -119,7 +80,6 @@ importFrom(dplyr,n)
11980importFrom(dplyr,n_distinct)
12081importFrom(dplyr,pull)
12182importFrom(dplyr,rename)
122- importFrom(dplyr,right_join)
12383importFrom(dplyr,rowwise)
12484importFrom(dplyr,select)
12585importFrom(dplyr,select_if)
@@ -132,35 +92,35 @@ importFrom(dplyr,ungroup)
13292importFrom(lifecycle,deprecate_soft)
13393importFrom(lifecycle,deprecate_warn)
13494importFrom(magrittr,"%$%")
135- importFrom(magrittr,"%>%")
13695importFrom(magrittr,divide_by)
13796importFrom(magrittr,equals)
13897importFrom(magrittr,extract2)
13998importFrom(magrittr,multiply_by)
99+ importFrom(magrittr,not)
140100importFrom(magrittr,set_colnames)
141101importFrom(magrittr,set_rownames)
102+ importFrom(methods,is)
103+ importFrom(methods,new)
104+ importFrom(methods,slot)
105+ importFrom(parallel,clusterExport)
106+ importFrom(parallel,makeCluster)
142107importFrom(parallel,mclapply)
143- importFrom(purrr,as_mapper)
108+ importFrom(parallel,parLapply)
109+ importFrom(parallel,stopCluster)
144110importFrom(purrr,map)
145111importFrom(purrr,map2)
146112importFrom(purrr,map2_dfc)
147113importFrom(purrr,map2_dfr)
148114importFrom(purrr,map_chr)
149115importFrom(purrr,map_dfr)
150116importFrom(purrr,map_int)
151- importFrom(purrr,map_lgl)
152117importFrom(purrr,reduce)
153118importFrom(purrr,when)
154119importFrom(rlang,"!!")
155120importFrom(rlang,":=")
156- importFrom(rlang,dots_list)
157- importFrom(rlang,dots_values)
158121importFrom(rlang,enquo)
159- importFrom(rlang,enquos)
160- importFrom(rlang,flatten_if)
161122importFrom(rlang,inform)
162123importFrom(rlang,is_quosure)
163- importFrom(rlang,is_spliced)
164124importFrom(rlang,quo)
165125importFrom(rlang,quo_is_missing)
166126importFrom(rlang,quo_is_null)
@@ -174,11 +134,17 @@ importFrom(scales,extended_breaks)
174134importFrom(scales,label_scientific)
175135importFrom(scales,log_breaks)
176136importFrom(scales,trans_new)
137+ importFrom(stats,AIC)
138+ importFrom(stats,anova)
177139importFrom(stats,as.formula)
140+ importFrom(stats,coef)
178141importFrom(stats,cor)
179142importFrom(stats,cov)
180143importFrom(stats,dist)
144+ importFrom(stats,hat)
181145importFrom(stats,kmeans)
146+ importFrom(stats,lm)
147+ importFrom(stats,logLik)
182148importFrom(stats,lsfit)
183149importFrom(stats,median)
184150importFrom(stats,model.matrix)
@@ -187,39 +153,40 @@ importFrom(stats,p.adjust)
187153importFrom(stats,pchisq)
188154importFrom(stats,plogis)
189155importFrom(stats,prcomp)
156+ importFrom(stats,predict)
190157importFrom(stats,qlogis)
191158importFrom(stats,rnorm)
192159importFrom(stats,sd)
193160importFrom(stats,setNames)
194161importFrom(stats,terms)
195- importFrom(stringi,stri_c)
162+ importFrom(stats,update.formula)
163+ importFrom(stats,vcov)
196164importFrom(stringr,str_c)
197165importFrom(stringr,str_detect)
198166importFrom(stringr,str_remove)
199167importFrom(stringr,str_replace)
200168importFrom(stringr,str_replace_all)
201- importFrom(stringr,str_split)
202169importFrom(stringr,str_subset)
203170importFrom(tibble,as_tibble)
204171importFrom(tibble,enframe)
205172importFrom(tibble,rowid_to_column)
206173importFrom(tibble,tibble)
207- importFrom(tidyr,complete)
208174importFrom(tidyr,drop_na)
209175importFrom(tidyr,gather)
210176importFrom(tidyr,nest)
211177importFrom(tidyr,pivot_longer)
212178importFrom(tidyr,pivot_wider)
213- importFrom(tidyr,replace_na)
214179importFrom(tidyr,spread)
215180importFrom(tidyr,unite)
216181importFrom(tidyr,unnest)
182+ importFrom(tidyselect,all_of)
217183importFrom(tidyselect,any_of)
218- importFrom(ttservice,bind_cols)
219- importFrom(ttservice,bind_rows)
184+ importFrom(tidyselect,ends_with)
220185importFrom(utils,capture.output)
186+ importFrom(utils,combn)
221187importFrom(utils,data)
222188importFrom(utils,head)
223189importFrom(utils,install.packages)
224190importFrom(utils,packageDescription)
191+ importFrom(utils,packageVersion)
225192importFrom(utils,tail)
0 commit comments