Example Bioconductor S4 DFrame
object.
Usage
data(DFrame)
Examples
if (requireNamespace("S4Vectors", quietly = TRUE)) {
data(DFrame)
class(DFrame)
is(DFrame, "DFrame")
print(DFrame)
}
#> DataFrame with 4 rows and 2 columns
#> genotype treatment
#> <factor> <factor>
#> sample1 wildtype control
#> sample2 knockout control
#> sample3 wildtype treated
#> sample4 knockout treated