forked from LuyiTian/scPipe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
98 lines (97 loc) · 2.66 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# Generated by roxygen2: do not edit by hand
export("QC_metrics<-")
export("UMI_dup_info<-")
export("demultiplex_info<-")
export("gene_id_type<-")
export(QC_metrics)
export(QC_metrics.sce)
export(UMI_dup_info)
export(UMI_dup_info.sce)
export(anno_import)
export(anno_to_saf)
export(calculate_QC_metrics)
export(convert_geneid)
export(create_processed_report)
export(create_report)
export(create_sce_by_dir)
export(demultiplex_info)
export(demultiplex_info.sce)
export(detect_outlier)
export(gene_id_type)
export(gene_id_type.sce)
export(get_ercc_anno)
export(get_genes_by_GO)
export(get_read_str)
export(organism.sce)
export(plot_QC_pairs)
export(plot_UMI_dup)
export(plot_demultiplex)
export(plot_mapping)
export(remove_outliers)
export(sc_correct_bam_bc)
export(sc_count_aligned_bam)
export(sc_demultiplex)
export(sc_demultiplex_and_count)
export(sc_detect_bc)
export(sc_exon_mapping)
export(sc_gene_counting)
export(sc_trim_barcode)
exportMethods("QC_metrics<-")
exportMethods("UMI_dup_info<-")
exportMethods("demultiplex_info<-")
exportMethods("gene_id_type<-")
exportMethods("organism<-")
exportMethods(QC_metrics)
exportMethods(UMI_dup_info)
exportMethods(demultiplex_info)
exportMethods(gene_id_type)
exportMethods(organism)
import(Rcpp)
import(Rhtslib)
import(SingleCellExperiment)
import(ggplot2)
import(org.Hs.eg.db)
import(org.Mm.eg.db)
import(scales)
importClassesFrom(SingleCellExperiment,SingleCellExperiment)
importFrom(AnnotationDbi,mapIds)
importFrom(BiocGenerics,"organism<-")
importFrom(BiocGenerics,organism)
importFrom(GGally,ggpairs)
importFrom(GGally,wrap)
importFrom(GenomicRanges,mcols)
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,SimpleList)
importFrom(SummarizedExperiment,"assay<-")
importFrom(SummarizedExperiment,"assays<-")
importFrom(SummarizedExperiment,"colData<-")
importFrom(SummarizedExperiment,"rowData<-")
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(biomaRt,getBM)
importFrom(biomaRt,useDataset)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(magrittr,"%>%")
importFrom(mclust,Mclust)
importFrom(mclust,mclustBIC)
importFrom(methods,is)
importFrom(reshape,melt)
importFrom(rlang,.data)
importFrom(robustbase,covMcd)
importFrom(stats,complete.cases)
importFrom(stats,cov)
importFrom(stats,mahalanobis)
importFrom(stats,pchisq)
importFrom(stats,prcomp)
importFrom(stats,qchisq)
importFrom(stats,reorder)
importFrom(stringr,str_remove)
importFrom(tools,file_ext)
importFrom(utils,head)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
useDynLib(scPipe, .registration = TRUE)