normalised_matrix_to_rpm: Convert normalised matrix into RPM signal

View source: R/chip_related.R

normalised_matrix_to_rpmR Documentation

Convert normalised matrix into RPM signal

Description

Convert normalised matrix into RPM signal

Usage

normalised_matrix_to_rpm(x)

Arguments

x

a list of the object(s) of normalisedMatrix.

Details

RPM is calculated by the function RowSums which is applied on the each row of the x.

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.

Examples

## Not run: 
#// TODO

## End(Not run)

cparsania/parcutils documentation built on Oct. 27, 2024, 4:55 a.m.