R/immunautDemo-data.R

#' Demo data set from immunaut package.
#' This data is used in this package examples. It consist of 4x4 feature matrix + additional dummy columns that can be used for testing.
#' 
#' @docType data
#'
#' @usage data(immunautDemo)
#'
#' @keywords datasets
#'
#' @examples
#' \dontrun{
#' 	data(immunautDemo)
#' 	## define settings variable
#' 	settings <- list()
#' 	settings$fileHeader <- generate_file_header(immunautDemo)
#' 	# ... and other settings
#' 	results <- immunaut(immunautDemo, settings)
#' }
#' 
"immunautDemo"

Try the immunaut package in your browser

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

immunaut documentation built on April 12, 2025, 1:22 a.m.