Calculates the sum for each row.
# S3 method for FileMatrix
rowSums(x, na.rm=FALSE, doCount=FALSE, rows=NULL, columns=NULL, ...)Returns a numeric
If TRUE, the number of included values are counted
and returned as an attribute.
An integer vector of rows for which the sum should
be calculated. If NULL, all rows are considered.
An integer vector of columns for which the sum should
be calculated. If NULL, all columns are considered.
Not used.
Henrik Bengtsson
*rowMeans().
For more information see FileMatrix.