immunautDemo | R Documentation |
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.
data(immunautDemo)
An object of class data.frame
with 4 rows and 7 columns.
## Not run:
data(immunautDemo)
## define settings variable
settings <- list()
settings$fileHeader <- generate_file_header(immunautDemo)
# ... and other settings
results <- immunaut(immunautDemo, settings)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.