Description uRNAList Components Author(s) Examples
A list-based class (similar to the RGList
class in limma
package) for the storing of
Agilent chips microRNA data
uRNAList
objects are created by read.agiMicroRna
uRNAList
objects are created by new("uRNAList",Newagi)
where Newagi
is a list.
with the following components:
matrix, 'gTotalGeneSignal'
matrix, 'gTotalProbeSignal'
matrix, 'gMeanSignal'
matrix, 'gProcessedSignal'
data.frame, 'FileName'
vector of characters, 'AGilent Probe Name'
vector of characters, 'microRNA Name'
vector of integers, '0'= Feature, '1'= Positive control, '-1'= Negative control
matrix, FLAG to classify signal if 'IsGeneDetected=1' or 'not=0'
matrix, FLAG to classify signal if 'IsSaturated = 1' or 'not=0'
matrix, FLAG to classify signal if 'IsFeatPopnOL = 0' or 'not=1'
matrix, FLAG to classify signal if 'gIsFeatNonUnifOL = 0' or 'not=1'
matrix, gBGMedianSignal
matrix, gBGUsed
Pedro Lopez-Romero
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.