### Name: list.siggenes ### Title: List of the significant genes ### Aliases: list.siggenes ### Keywords: IO file ### ** Examples ## Not run: ##D # Load the package multtest and the data of Golub et al. (1999) ##D # contained in \pkg{multtest}. ##D library(multtest) ##D data(golub) ##D ##D # Perform a SAM analysis. ##D sam.out<-sam(golub,golub.cl,B=100,rand=123) ##D ##D # List the genes called significant by SAM using Delta = 3.1. ##D list.siggenes(sam.out,3.1,gene.names=golub.gnames[,2]) ## End(Not run)