Description Usage Arguments Details Value Author(s) Examples
This function arranges the duplicate data, grouped by samples,
in a form which can be averaged using the limma
function
avedups
.
1 | sampleClusteredData(Data, no.peaks)
|
Data |
A data frame of duplicate data from the biomarker wizard. |
no.peaks |
The number of peaks detected by the biomarker wizard. |
The output is a dataframe of repeated sample expression values, clustered by samples.
This data is used as an input to the betweensampleVariance
function, and is then
averaged and used to compute
the biological variance as well as the mean difference in the expression values between
cancer and noncancer controls.
The output is a dataframe of repeated sample expression values, clustered by samples.
Stephen Nyangoma
1 2 3 4 5 6 7 8 9 10 11 | # arrange the data in a form which can be averaged by the limma function dupcor
# use the function called limmaData
data(liverdata)
no.peaks <- 53
Data <- liverdata
JUNK_DATA <- sampleClusteredData(Data,no.peaks)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.