This function computes the sum for each column in an input matrix.
Arguments
- x
a numerical matrix features-by-samples
- rows
(optional) numerical vector giving the rows in
xor character vector matching the row names inxto operate over. Ifmissingorrows = NULL, all the rows inxare considered for the computation of the measures- na.rm
logical, whether to remove
NAvalues fromxbefore computation- ...
further arguments to
colSums2
Details
It is a wrapper to colSums2
function.