# The 'reads' data.frame should have row
    # and column names that are unique, and
    # looks like the following:
    #
    #              T1a T1b  T2  T3  N1  N2  Nx
    #   Gene_00001   0   0   2   0   0   1   0
    #   Gene_00002  20   8  12   5  19  26  14
    #   Gene_00003   3   0   2   0   0   0   1
    #   Gene_00004  75  84 241 149 271 257 188
    #   Gene_00005  10  16   4   0   4  10  10
    #   Gene_00006 129 126 451 223 243 149 209
    #       ... many more rows ...
    
    data(selex)
    conds <- c(rep("N", 7), rep("S",7))
    x <- aldex(selex, conds, mc.samples = 2, test="t", effect=FALSE, verbose = FALSE)
Run the code above in your browser using DataLab