-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
37 lines (36 loc) · 911 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Generated by roxygen2: do not edit by hand
export(add_cell_mito_qc)
export(add_cellhash_ids)
export(add_demux_hashedDrops)
export(add_demux_seurat)
export(add_demux_vireo)
export(add_gene_symbols)
export(add_miQC)
export(add_sample_metadata)
export(calculate_ilisi)
export(calculate_silhouette_width)
export(calculate_within_batch_ari)
export(coldata_to_df)
export(filter_counts)
export(generate_qc_report)
export(import_quant_data)
export(integrate_sces)
export(merge_altexp)
export(merge_sce_list)
export(metadata_to_coldata)
export(read_alevin)
export(read_cellranger)
export(read_kallisto)
export(rowdata_to_df)
export(sce_to_anndata)
export(sce_to_seurat)
import(SingleCellExperiment)
import(SummarizedExperiment)
import(methods)
import(stringr)
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,metadata)
importFrom(rlang,.data)
importFrom(stats,rexp)
importFrom(stats,rpois)
importFrom(utils,head)