View source: R/ProcessingPipelineFunctions.R
decomposeStatus2Bit | R Documentation |
eg 18 = 2 + 16 decomposes to 1, 4
decomposeStatus2Bit(status)
status |
an integer that represents the sum of powers of 2 |
a string of powers of 2 representing the bit, eg 1,4
yiming kang https://github.com/yiming-kang/rnaseq_pipe/blob/master/tools/utils.py
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.