Convert normalised matrix into RPM signal
     
    
    Usage
    normalised_matrix_to_rpm(x)
 
     
    
    Arguments
    - x
 
a list of the object(s) of normalisedMatrix.
 
 
    
    Value
    
a dataframe of RPM values. Rows are the features and columns are samples. Row names will be set from the rownames of the x. Column names are the attribute names the list x.
     
    
    Details
    RPM is calculated by the function RowSums which is applied on the each row of the
x.