snSummary {ABarray} | R Documentation |
Create summary information for S/N ratio for each sample group
snSummary(eset, snThresh = 3, group, grpMember)
eset |
an ExpressionSet object |
snThresh |
S/N ratio threshold to use, default = 3 |
group |
sample group |
grpMember |
sample group members, optional |
a matrix containing the number of samples with S/N >=3 for each probe
Yongming Sun