Description Usage Arguments Value Author(s) Examples
randomize the order of the rows, on the values of a column (e.g. randomized the rows, keeping close the rows having the same GeneID... i.e. sort the Genes of the screen in a random way).
1 | randomSortOnVal(screen, strColVal)
|
screen |
data frame containing the results of the siRNA experiment. |
strColVal |
column of which the values have to be kept close to each other (character vector) |
screen data frame sorted randomly on the defined column.
Andrea Franceschini
1 2 3 4 5 6 | data(uuk_screen)
# to speed up the example we use only the first 1000 rows
uuk_screen_reduced = uuk_screen[1:1000,]
screen = randomSortOnVal(uuk_screen_reduced, "GeneID")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.