R/metapredict_merge.R
mergeMatchStudyData.RdMerge gene expression from different platforms that was measured on the same biological samples.
mergeMatchStudyData( ematAtomicList, studyMetadataAtomic, matchStudyColname, sampleMetadataAtomic, matchSampleColname, mergeFunc = function(x) mean(x, na.rm = TRUE) )
| ematAtomicList | list of expression matrices. |
|---|---|
| studyMetadataAtomic | data frame for study metadata. |
| matchStudyColname | column in studyMetadataAtomic used to match studies. |
| sampleMetadataAtomic | data frame for sample metadata. |
| matchSampleColname | column in sampleMetadataAtomic used to match samples. |
| mergeFunc | function to summarize multiple gene expression values. |
A named list.
Named list of expression matrices.
data.frame of study metadata.
data.frame of sample metadata.