View source: R/metapredict_merge.R
mergeMatchStudyData | R Documentation |
Merge 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.
ematList |
Named list of expression matrices. |
studyMetadata |
data.frame of study metadata. |
sampleMetadata |
data.frame of sample metadata. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.