#' 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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.