Learn R Programming

pnea (version 1.2.4)

yeast: List collecting various yeast data (see 'description')

Description

yeast is a list that contains:

yeastnet: network matrix representing Yeastnet-v3 (Kim et al., 2013)

ynetgenes: vector with the names of the genes appearing in yeastnet

esr1: vector containing the first of the two gene sets that constitute the "Environmental Stress Response" (ESR) reported by Gasch et al. (2012)

esr2: vector containing the second gene set of the ESR

goslimproc: list containing the gene sets of the GOslim process ontology (Ashburner et al., 200) for the buddying yeast Saccaromyces Cerevisiae (groups 'biological process' and 'other' are not included)

Arguments

Format

yeast: list

Source

Ashburner, M., Ball, C. A., Blake, J. A., Botstein, D., Butler, H., Cherry, J. M., Davis, A. P., Dolinski, K., Dwight, S. S., Eppig, J. T., et al. (2000). Gene ontology: tool for the unification of biology. Nat. Genet., 25(1), 25-29. Gasch, A. P., Spellman, P. T., Kao, C. M., Carmel-Harel, O., Eisen, M. B., Storz, G., Botstein, D., and Brown, P. O. (2000). Genomic expression programs in the response of yeast cells to environmental changes. Mol. Biol. Cell, 11(12), 4241-4257. Kim, H., Shin, J., Kim, E., Kim, H., Hwang, S., Shim, J. E., and Lee, I. (2013). Yeastnet v3: a public database of data-specific and integrated functional gene networks for saccharomyces cerevisiae. Nucleic Acids Res., pages 1-6.

References

Ashburner, M., Ball, C. A., Blake, J. A., Botstein, D., Butler, H., Cherry, J. M., Davis, A. P., Dolinski, K., Dwight, S. S., Eppig, J. T., et al. (2000). Gene ontology: tool for the unification of biology. Nat. Genet., 25(1), 25-29.

Gasch, A. P., Spellman, P. T., Kao, C. M., Carmel-Harel, O., Eisen, M. B., Storz, G., Botstein, D., and Brown, P. O. (2000). Genomic expression programs in the response of yeast cells to environmental changes. Mol. Biol. Cell, 11(12), 4241-4257.

Kim, H., Shin, J., Kim, E., Kim, H., Hwang, S., Shim, J. E., and Lee, I. (2013). Yeastnet v3: a public database of data-specific and integrated functional gene networks for saccharomyces cerevisiae. Nucleic Acids Res., pages 1-6.

See Also

pnea

Examples

Run this code
## Not run: 
# data(yeast)
# esr = list('ESR 1' = yeast$esr1, 'ESR 2' = yeast$esr2)
# test = pnea(alist = esr, blist = yeast$goslimproc, network = yeast$yeastnet,
#             nettype = 'undirected', nodes = yeast$ynetgenes, alpha = 0.01)
# 
# test1 = test[1:99,]
# o1=test1[test1$conclusion=='Overenrichment',]
# # list of overenrichments for the first ESR set:
# print(o1, nrows='ALL') 
# 
# test2 = test[100:198,]
# o2=test2[test2$conclusion=='Overenrichment',]
# # list of overenrichments for the second ESR set:
# print(o2, nrows='ALL')
# ## End(Not run)

Run the code above in your browser using DataLab