# NOT RUN {
## Find the associaed genes of D. melanogaster samples
## among the D. melanogaster genes having orthologs in C.elegans
## dm_gene_expr.rda and dm_ce_orthologs.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")
load("dm_ce_orthologs.rda")
dm_associated_orthologs <- select.associated.orthologs(sp_gene_expr = dm_gene_expr,
sp1_sp2_orthologs = dm_ce_orthologs, z_thre = 1.5,
i = 1, save = TRUE, plot_distribution = TRUE)
# }
Run the code above in your browser using DataLab