Description Usage Arguments Value Examples
Clean data and merge other matrices
1 | cleanAndMergeData(data, merge_by = "Study.id")
|
data |
A list of data matrices, first matrix must contain Study.id and tissue |
merge_by |
Parameter which indicated which column matrices will be merged by |
Cleaned and merged dataframe file
1 2 3 | data <- cleanAndMergeData()
data <- cleanAndMergeData(data = list(matrix1, matrix2, matrix3))
data <- cleanAndMergeData( merge_by = "Study.id")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.