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)
}


Try the Prostar package in your browser

Any scripts or data that you put into this service are public.

Prostar documentation built on April 11, 2021, 6 p.m.