Learn R Programming

MAMA (version 1.0.2)

MAP.HTMLanno: Function to do make annotation of vectors of probeset ID

Description

Function creates HTML document with annotation of probeset ID

Usage

MAP.HTMLanno(resx, probs, package)

Arguments

resx
data.frame, rows refer to patterns, columns to pattern description - see in examples
probs
list of vectors of probeset ID
package
name of R-packge with annotation of microarray platform used

Examples

Run this code
#> t(resx)
#                        111 101    110    011
#n.sig[which(n.sig > 1)]   3   2  2.000  2.000
#n.strong                 32 127 20.000  6.000
#n.soft                   32 159 52.000 38.000
#p.soft                    0   0  0.000  0.000
#p.strong                  0   0  0.000  0.002
#permu.soft                0   0  0.000  0.000
#permu.strong              0   0  0.001  0.008

Run the code above in your browser using DataLab