Description Usage Arguments Value Examples
Title Barplot of Rawreads and Cleanreads
1 | Plot_Raw_Clean_Reads(sum, col = c(1, 2), srt = T)
|
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. |
a ggplot object
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.