getValuePerPatient {psichomics} | R Documentation |
Assign average sample values to their corresponding patients
getValuePerPatient(data, match, clinical = NULL, patients = NULL, samples = NULL) getValuePerSubject(data, match, clinical = NULL, patients = NULL, samples = NULL) assignValuePerPatient(data, match, clinical = NULL, patients = NULL, samples = NULL) assignValuePerSubject(data, match, clinical = NULL, patients = NULL, samples = NULL) getPSIperPatient(psi, match, clinical = NULL, patients = NULL, ...)
data |
One-row data frame/matrix or vector: values per sample for a single gene |
match |
Matrix: match between samples and patients |
clinical |
Data frame or matrix: clinical dataset (only required if the
|
patients |
Character: patient identifiers (only required if the
|
samples |
Character: samples to use when assigning values per patient (if NULL, all samples will be used) |
psi |
Data frame or matrix: values per sample |
... |
Deprecated arguments |
Values per patient