Example matrix
containing log base 2 fold change values.
Usage
data(matrix_lfc)
Examples
data(matrix_lfc)
class(matrix_lfc)
#> [1] "matrix" "array"
print(matrix_lfc)
#> contrast01 contrast02 contrast03 contrast04
#> gene01 -2.00 2.00 0.50 4.00
#> gene02 -1.25 0.25 4.00 0.50
#> gene03 0.00 -1.25 -1.25 -2.00
#> gene04 0.25 -2.00 0.25 2.00
#> gene05 0.25 0.50 0.00 0.25
#> gene06 0.50 0.25 0.25 -1.25
#> gene07 2.00 4.00 2.00 0.25
#> gene08 4.00 0.00 -2.00 0.00