| extractMatrix.GenericTabularFile {R.filesets} | R Documentation |
Reads one of the columns.
## S3 method for class 'GenericTabularFile' extractMatrix(this, column=1L, drop=FALSE, ..., verbose=FALSE)
column |
An |
drop |
If |
... |
Additional arguments passed to |
verbose |
Returns a Jx1 matrix, or if drop=TRUE a vector of length J.
Henrik Bengtsson
For more information see GenericTabularFile.