Filtering

Parameters used for the filtering step on missing values :

#knitr::include_graphics(paste(tempdir(), gGraphicsFilenames$histoMV_Image_DS_BeforeFiltering, sep="/"))
#knitr::include_graphics(paste(tempdir(), gGraphicsFilenames$histo_missvalues_per_lines_DS_BeforeFiltering, sep="/"))
#knitr::include_graphics(paste(tempdir(), gGraphicsFilenames$histo_missvalues_per_lines_per_conditions_DS_BeforeFiltering, sep="/"))

Parameters used for the filtering step on text-based string :

library(knitr)
library(kableExtra)
df <- params$listFiltering$stringFilter.df
if (!is.null(df)){
h3("Parameters used for the filtering step on text-based string")
  kable(df)%>% row_spec(0,bold=TRUE,background = grey) %>% 
kable_styling(bootstrap_options = c( "bordered","striped"), full_width = F)
}


samWieczorek/Prostar documentation built on April 27, 2022, 7:32 a.m.