Description Usage Arguments Details Value Author(s) References See Also Examples
Estimate the proportion of microarray probes which are expressed in each array.
1 |
x |
matrix or similar object containing raw intensities for a set of arrays. |
neg.x |
matrix or similar object containing raw intensities for negative control probes for the same arrays. If |
status |
character vector giving probe types. |
labels |
character vector giving probe type identifiers. |
This function estimates the proportion of expressed in a microarray by utilizing the negative control probes. Illumina BeadChip arrays contain 750~1600 negative control probes. The expression profile of these control probes can be saved to a separate file by the Illumina BeadStudio software when using it to output the expression profile for regular probes. The control probe profile could be re-generated if it was not generated when the regular probe profile was created by BeadStudio. Other microarray platforms can also use this function to estimate the proportion of expressed probes in each array, provided that they have a set of negative control probes.
labels
can include one or two probe type identifiers.
Its first element should be the identifier for negative control probes (negative
by default).
If labels
only contains one identifier, then it will be assumed to contain the identifier for negative control probes.
By default, regular
is the identifier for regular probes.
Numeric vector giving the proportions of expressed probes in each array.
Wei Shi and Gordon Smyth
Shi, W, de Graaf, C, Kinkel, S, Achtman, A, Baldwin, T, Schofield, L, Scott, H, Hilton, D, Smyth, GK (2010). Estimating the proportion of microarray probes expressed in an RNA sample. Nucleic Acids Research 38, 2168-2176.
Description to the control probes in Illumina BeadChips can be found in read.ilmn
.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.