Plot_Raw_Clean_Reads: Title Barplot of Rawreads and Cleanreads

Description Usage Arguments Value Examples

View source: R/4_Plot.R

Description

Title Barplot of Rawreads and Cleanreads

Usage

1
Plot_Raw_Clean_Reads(sum, col = c(1, 2), srt = T)

Arguments

sum

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

col

list (default col=c(1,2)). Indicates which columns represents c("RawReads","CleanReads")

srt

Bool (default srt=TRUE). Whether sort the bar by Clean Reads.

Value

a ggplot object

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 p <- Plot_Raw_Clean_Reads(sum = sum,srt = F)

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