Greetings!!
i am sure whether this question is relevant to be aksed here or not. but please try to help me out.
i am following the article " http://bioinformatics.knowledgeblog.org/2011/06/20/analysing-microarray-data-in-bioconductor/"
using the command topTable(huvec_ebFit, number=10, coef=1), i am getting an output as:
logFC AveExpr t P.Value adj.P.Val B
214651_s_at 7.240465 4.362789 31.31166 4.772008e-14 1.059268e-09 20.78917
216973_s_at 6.003153 4.568539 30.19540 7.758501e-14 1.059268e-09 20.46574
As is clear the ID part is missing, due to which i am getting an error at
gene.symbols <- getSYMBOL(probeset.list$ID, "hgu133plus2") command
Is there any file of command missing and how can I this error be rectified.
Session info:
> sessioninfo()
Error: could not find function "sessioninfo"
> sessionInfo()
R version 3.3.2 (2016-10-31)
Platform: i386-w64-mingw32/i386 (32-bit)
Running under: Windows 7 (build 7600)
locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats4 parallel stats graphics grDevices utils datasets
[8] methods base
other attached packages:
[1] hgu133plus2cdf_2.18.0 hgu133plus2.db_3.2.3 org.Hs.eg.db_3.4.0
[4] annotate_1.52.1 XML_3.98-1.5 AnnotationDbi_1.36.2
[7] IRanges_2.8.1 S4Vectors_0.12.1 limma_3.30.12
[10] RColorBrewer_1.1-2 affyPLM_1.50.0 preprocessCore_1.36.0
[13] simpleaffy_2.50.0 gcrma_2.46.0 genefilter_1.56.0
[16] affy_1.52.0 Biobase_2.34.0 BiocGenerics_0.20.0
loaded via a namespace (and not attached):
[1] Biostrings_2.42.1 BiocParallel_1.8.1
[3] digest_0.6.12 splines_3.3.2
[5] grid_3.3.2 bitops_1.0-6
[7] survival_2.40-1 zlibbioc_1.20.0
[9] RSQLite_1.1-2 lattice_0.20-34
[11] DBI_0.6 Rsamtools_1.26.1
[13] Matrix_1.2-8 BiocInstaller_1.24.0
[15] SummarizedExperiment_1.4.0 tools_3.3.2
[17] RCurl_1.95-4.8 XVector_0.14.0
[19] affyio_1.44.0 GenomeInfoDb_1.10.3
[21] GenomicRanges_1.26.3 xtable_1.8-2
[23] memoise_1.0.0 Rcpp_0.12.9