powered by
Outputs up to 5 rows and columns of the input matrix object (with rownames and colnames) to get a quick look without filling the console.
rownames
colnames
corner(input.mat)
A matrix-like object matching input class, subset to a maximum of 5 rows and columns.
A matrix-like object.
tap.object <- newTapestriExperimentExample() # example TapestriExperiment object corner(assay(tap.object, "counts"))
Run the code above in your browser using DataLab