R/fct_plotFeatureImportance.R

Defines functions plotFeatureImportance

#' plotFeatureImportance 
#'
#' @description A function to plot the importance of the features in a TFBS model
#'
#' @return Feature importance plot
#'
#' @noRd
plotFeatureImportance <- function(TFBSmodel){
	      xgboost::xgb.plot.importance(importance_matrix = TFBSmodel$importance_matrix)
}
RiviereQuentin/WimtrapWeb documentation built on April 25, 2022, 5:28 a.m.