Advertisement
Guest User

strms.py

a guest
Nov 2nd, 2010
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1.  
  2. > library(topGO)
  3. Loading required package: graph
  4. Loading required package: Biobase
  5.  
  6. Welcome to Bioconductor
  7.  
  8. Vignettes contain introductory material. To view, type
  9. 'openVignette()'. To cite Bioconductor, see
  10. 'citation("Biobase")' and for packages 'citation(pkgname)'.
  11.  
  12. Loading required package: GO.db
  13. Loading required package: AnnotationDbi
  14. Loading required package: DBI
  15. Loading required package: SparseM
  16. Package SparseM (0.86) loaded.
  17. To cite, see citation("SparseM")
  18.  
  19.  
  20. Attaching package: 'SparseM'
  21.  
  22. The following object(s) are masked from 'package:base':
  23.  
  24. backsolve
  25.  
  26.  
  27. groupGOTerms: GOBPTerm, GOMFTerm, GOCCTerm environments built.
  28. > library(GOstats)
  29. Loading required package: Category
  30.  
  31. Attaching package: 'Category'
  32.  
  33. The following object(s) are masked from 'package:topGO':
  34.  
  35. ontology<-, testName
  36.  
  37. > library("org.Hs.eg.db")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement