Skip to contents

This function labels PPCC data frame rows according to their class and patient similarity

Usage

labelClassPatient(ppcc_df, meta_data)

Arguments

ppcc_df

Data frame with "Sample1", "Sample2", "PPCC" as column names

meta_data

Data frame with the columns "Class" and "Patient_ID" indicating the class and patient id of the sample respectively and each row is a sample

Value

Labeled PPCC data frame labelClassPatient()