# NOT RUN {
## Find the associaed genes of D. melanogaster
## dm_gene_expr.rda can be downloaded and unzipped from
## http://www.stat.ucla.edu/~jingyi.li/packages/TROM/TROM_Rdata.zip.
# }
# NOT RUN {
load("dm_gene_expr.rda")
dm_associated_genes <- select.associated.genes(sp_gene_expr = dm_gene_expr,
z_thre = 1.5, save = TRUE,
plot_distribution = TRUE)
# }
Run the code above in your browser using DataLab