Description Usage Arguments Value Author(s) See Also Examples
View source: R/bg.MBCBNoBead.R
This function is used to background-correct the provided data using the selected correction methods. Normalization is not applied.
1 2 3 4 5 6 7 8 9 10 |
g |
The data representing the signal file. |
control |
The data representing the control file. |
npBool |
A boolean value representing the desire to compute the non-parametric background correction values. Set to true if you wish to compute Non-Parametric background correction. |
rmaBool |
A boolean value representing the desire to compute the RMA background correction values. Set to true if you wish to compute RMA background correction. |
mleBool |
A boolean value representing the desire to compute the MLE background correction values. Set to true if you wish to compute MLE background correction. |
bayesBool |
A boolean value representing the desire to compute the Bayes background correction values. Set to true if you wish to compute Bayes background correction. |
gmleBool |
A boolean value representing the desire to compute the GMLE background correction values. Set to true if you wish to compute GMLE background correction. |
iter |
The iteration count; only used in Bayesian correction. |
burn |
The number of iterations which will be burned; only used in Bayesian correction. |
isRawBead |
A boolean value representing whether the input files are bead-level or bead-type. If the input is bead-level, set this value to True so that the raw bead-level values can be summarized to bead-type data. |
This function returns a complex list which can be grouped into two categories:
Background-corrected Values:
The background corrected values of the Non-Parametric method (or an empty data.frame if this method was not used).
The background corrected values of the RMA method (or an empty data.frame if this method was not used).
The background corrected values of the MLE method (or an empty data.frame if this method was not used).
The background corrected values of the Bayesian method (or an empty data.frame if this method was not used).
Average Values
A data.frame of statistics pertaining to the average of the NP normalization method (or an empty data.frame if this method was not used).
A data.frame of statistics pertaining to the average of the RMA method (or an empty data.frame if this method was not used).
A data.frame of statistics pertaining to the average of the MLE method (or an empty data.frame if this method was not used).
A data.frame of statistics pertaining to the average of the Bayesian method (or an empty data.frame if this method was not used).
These values have not been normalized or log2 transformed. See mbcb.main
for such functionality.
Yang Xie Yang.Xie@UTSouthwestern.edu, Min Chen min.chen@phd.mccombs.utexas.edu, Jeff Allen Jeffrey.Allen@UTSouthwestern.edu
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.