Description Usage Arguments Value Author(s) Examples
Checks which tools are supported.
1 2 3 4 5 6 | ## Static method (use this):
## AromaSeq$capabilitiesOf(what=NULL, force=FALSE, ...)
## Don't use the below:
## S3 method for class 'AromaSeq'
capabilitiesOf(static, what=NULL, force=FALSE, ...)
|
what |
Optional |
force |
If |
... |
Not used. |
Returns a logical
named character
vector
.
Henrik Bengtsson
1 2 3 4 5 | # Display which tools are supported by the package
print(capabilitiesOf(aroma.seq))
# Check whether BWA is supported
print(isCapableOf(aroma.seq, "bwa"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.