| parameters | R Documentation |
The parameters slot holds the parameter values
used in an sRNA-diff approach as a named list. Default values
exist for parameters, but these can also be supplied as input
values in the useParameters argument of the srnadiff
function or using the assignment function parameters<-.
## S4 method for signature 'srnadiffExp' parameters(object) ## S4 replacement method for signature 'srnadiffExp' parameters(object) <- value ## S3 method for class 'srnadiff_par' print(x, ...)
object |
An |
value |
A named |
x |
The first element of the parameters used by an |
... |
The other elements of the parameters |
The named list of the parameters used in the analysis.
useParameters argument in srnadiff function.
srnaExp <- srnadiffExample()
srnaExp <- srnadiff(srnaExp)
print(parameters(srnaExp))
parameters(srnaExp) <- list("minSize" = 1, "maxSize" = 1500)
srnaExp <- srnadiffExample()
srnaExp <- srnadiff(srnaExp)
print(parameters(srnaExp))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.