Plot_QC_Features: Title Box and dot plot of QC features.

Description Usage Arguments Value Examples

View source: R/4_Plot.R

Description

Title Box and dot plot of QC features.

Usage

1

Arguments

sum

Dataframe. Summary table. CellxFeature,c("RawReads","CleanReads"...)

group

List. pattern of group identifier (which will be used in group)

features

List. Pattern of selected feature, allow fuzzy search.

Value

ggplot2 object list. equal length as features list.

Examples

1
sum <- read.table("/Analysis/bioinfo/wenxingzhao/project/21_RAW_time_series/2019_06_Plate1_Blank_0h_24h/summary/QC_summary/Merge_Summary.txt",header = T, row.names = 1,stringsAsFactors = F) \cr plot_list <- Plot_QC_Features(sum,group = c("blank","0h","24h"),features = c("Clean","Protein"))

Irenexzwen/SingleCellAnalysisFunc documentation built on Nov. 11, 2020, 10:17 a.m.