Skip to content

Commit 45272f1

Browse files
committed
FilterQC test functions
1 parent a9236c1 commit 45272f1

File tree

12 files changed

+50
-50
lines changed

12 files changed

+50
-50
lines changed

NAMESPACE

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,19 @@ import(scales)
4848
import(tidyverse)
4949
import(tools)
5050
import(utils)
51+
importFrom(BiocParallel,SerialParam)
5152
importFrom(ComplexHeatmap,pheatmap)
5253
importFrom(RColorBrewer,brewer.pal)
5354
importFrom(RColorBrewer,brewer.pal.info)
5455
importFrom(Seurat,AddMetaData)
5556
importFrom(Seurat,CreateAssayObject)
5657
importFrom(Seurat,DotPlot)
58+
importFrom(Seurat,FindVariableFeatures)
5759
importFrom(Seurat,Idents)
60+
importFrom(Seurat,RunPCA)
5861
importFrom(Seurat,RunTSNE)
62+
importFrom(Seurat,RunUMAP)
63+
importFrom(Seurat,SCTransform)
5964
importFrom(Seurat,as.SingleCellExperiment)
6065
importFrom(SingleR,SingleR)
6166
importFrom(colorspace,RGB)
@@ -75,6 +80,7 @@ importFrom(dplyr,mutate)
7580
importFrom(dplyr,mutate_if)
7681
importFrom(dplyr,pull)
7782
importFrom(dplyr,relocate)
83+
importFrom(dplyr,rename)
7884
importFrom(dplyr,row_number)
7985
importFrom(dplyr,select)
8086
importFrom(dplyr,summarise)
@@ -97,8 +103,13 @@ importFrom(ggpubr,annotate_figure)
97103
importFrom(ggpubr,get_legend)
98104
importFrom(ggpubr,ggarrange)
99105
importFrom(grDevices,colorRampPalette)
106+
importFrom(grid,gTree)
100107
importFrom(grid,grid.draw)
108+
importFrom(grid,grid.newpage)
109+
importFrom(grid,grobHeight)
110+
importFrom(grid,textGrob)
101111
importFrom(gridExtra,arrangeGrob)
112+
importFrom(gridExtra,tableGrob)
102113
importFrom(htmlwidgets,saveWidget)
103114
importFrom(magrittr,"%>%")
104115
importFrom(plotly,as_widget)
@@ -110,9 +121,12 @@ importFrom(scales,rescale)
110121
importFrom(stats,as.hclust)
111122
importFrom(stats,hclust)
112123
importFrom(stats,kmeans)
124+
importFrom(stats,mad)
125+
importFrom(stats,median)
113126
importFrom(stats,quantile)
114127
importFrom(stringr,str_replace_all)
115128
importFrom(stringr,str_sort)
129+
importFrom(stringr,str_split_fixed)
116130
importFrom(stringr,str_to_title)
117131
importFrom(stringr,str_wrap)
118132
importFrom(tibble,deframe)

R/Filter_QC.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@
9191
#' @importFrom Seurat CreateAssayObject Idents as.SingleCellExperiment
9292
#' @importFrom Seurat AddMetaData SCTransform FindVariableFeatures
9393
#' @importFrom Seurat RunPCA RunUMAP
94+
#' @importFrom BiocParallel SerialParam
95+
#' @importFrom stringr str_split_fixed
9496
#' @importFrom reshape2 melt
9597
#' @importFrom magrittr %>%
9698
#' @importFrom dplyr arrange rename

man/combineNormalize.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/filterQC.Rd

Lines changed: 14 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-183 KB
Binary file not shown.
6.55 MB
Binary file not shown.
677 KB
Binary file not shown.
6.78 KB
Binary file not shown.
41.9 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)