Description Usage Arguments Value Author(s) Examples
sid
returns a vector of sample IDs.
sid<-
replaces it with new value
.
bid
returns a vector of binder IDs.
bid<-
replace it with new value
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | sid(x, exact = FALSE)
## S4 method for signature 'BAf'
sid(x, exact = FALSE)
sid(x) <- value
## S4 replacement method for signature 'BAf'
sid(x) <- value
bid(x, exact = FALSE)
## S4 method for signature 'BAf'
bid(x, exact = FALSE)
bid(x) <- value
## S4 replacement method for signature 'BAf'
bid(x) <- value
|
x |
an object of the |
exact |
whether the exact ID including repeat indicator, i.e. |
value |
a |
sid | a vector of sample IDs |
bid | a vector of binder IDs |
Mun-Gwan Hong <mun-gwan.hong@scilifelab.se>
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.