EachMicroarrayDataDistView {BNArray}R Documentation

Histgram of one microarray data distribution

Description

Plot a histgram of the expression levels of one or more microarray data distribution at a time containing all gene in the microarray slides.

Usage

EachMicroarrayDataDistView(begin, end, expr.matrix, n.changed)

Arguments

begin the beginning microarray number to plot
end the ending microarray number to plot
expr.matrix a microarray expression matrix object with rows containing a gene expression levels across multi-experiment while columns denoting expression levels of all genes contained in one microarray slide.
n.changed the number of genes that differentially express

Details

View a microarray expression level distribution containing all the genes in the slide. Normally, we could perform further statistical test and find it is a normal distribution with u=mean(vec),S=var(vec), vec is the expression vector of a specified microarray.

Value

No value returned.

Author(s)

Xiaohui Chen cxh1984@interchange.ubc.ca,
Kaida Ning aprilnkd@hotmail.com,
Ming Chen mchen@zju.edu.cn.

References

Further information about BNArray can be found at:
http://www.cls.zju.edu.cn/binfo/BNArray.

See Also

EachGeneDataDistView

Examples

        library(BNArray)
        data(total.data)
        attach(total.data)
        EachMicroarrayDataDistView(5,5,df.ori,n.changed)        #plot the 5th microarray expression level distribution
        EachMicroarrayDataDistView(1,3,df.ori,n.changed)        #plot the 1-3th microarray expression level distribution at one time

[Package BNArray version 1.0 Index]