add | R Documentation |
Add a StefansExpressionSet to the NGScollation object
add an entry into a list
## S4 method for signature 'NGScollation'
add(x, entry, stype = NULL, atype = NULL)
## S4 method for signature 'list'
add(x, entry, name = NULL, replace = T)
x |
the NGScollation object |
entry |
an object of package StefansExpressionSet |
stype |
the type of the samples default=NULL |
atype |
the type of the annoation default=NULL |
name |
the name of the enw entry (optional) |
replace |
allow replacement default T |
x |
a list |
entry |
the new entry |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.