Description Usage Arguments Author(s)
n0 - without normalization n1 - standardization ((x-mean)/sd) n2 - positional standardization ((x-median)/mad) n3 - unitization ((x-mean)/range) n4 - unitization with zero minimum ((x-min)/range) n5 - normalization in range <-1,1> ((x-mean)/max(abs(x-mean)))
1 | pre.processing(OPs, NOPs, POPs, DOPs, type = "n0", verbose = TRUE, ...)
|
OPs |
Data table including the confirmed operon pairs (OPs). See |
POPs |
Data table including gene pairs with an operon status to (re)define (POPs). See |
DOPs |
Data table including the operon pairs annotated in DOOR database (DOPs). See |
type |
Charcater vector indicating the method to use for the normalization step. Default value is "n0". |
verbose |
Default logical value is TRUE. |
OPs |
Data table including the confirmed non-operon pairs (NOPs). See |
Vittorio Fortino pre.processing()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.