Description Usage Arguments Value Examples
Title Box and dot plot of QC features.
1 | Plot_QC_Features(sum, group, features)
|
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. |
ggplot2 object list. equal length as features list.
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"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.