Description Usage Arguments Value Author(s)
This function is designed to remove all but the 'main' type of probesets from the Gene ST array types.
1 | getMainProbes(input, level = "core")
|
input |
Either a character string (e.g., "pd.hugene.1.0.st.v1") or a FeatureSet object. |
level |
The summarization level used when calling rma. |
If the argument is a character string, returns a data.frame containing probeset IDs along with the probeset type, that can be used to subset e.g., an ExpressionSet of Gene ST data, or an MArrayLM object created from Gene ST data. Note that the order of the probesets is not guaranteed to match the order in your ExpressionSet or MArrayLM object, so that should be checked first. If the argument is a FeatureSet object, it returns a FeatureSet object with only main probes remaining.
James W. MacDonald <jmacdon@u.washington.edu>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.