Description Usage Arguments Value Examples
Convert a list into a SignedIndexList
1 2 3 4 | SignedIndexList(object, ...)
## S4 method for signature 'list'
SignedIndexList(object, keepNA = FALSE, keepDup = FALSE, offset = 1L)
|
object |
A list of lists, each with two elements named 'pos' or 'neg', can be logical vectors or integer indices |
... |
additional arguments, currently ignored |
keepNA |
Logical, whether NA indices should be kept or not. Default: FALSE (removed) |
keepDup |
Logical, whether duplicated indices should be kept or not. Default: FALSE (removed) |
offset |
offset; 1 if missing |
A SignedIndexList, a list of lists, containing two vectors named 'positive' and 'negative', which contain the indices of genes that are either positively or negatively associated with a certain phenotype
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.