This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Biobase library in R

Hi all,

I want to do t-test in R version 3.0.3 and I need library Biobase to do that. I get a warning message that package Biobase can not be installed on R vrsion 3.0.3.

How can I use this package? Is there any alternative to this package?

Thanks

Nazanin

r

in the name of allah hi to all,

I problem to use of libraries Biobase and GEOquery in R version 3.4.3. it showed: Error in library(Biobase) : there is no package called 'Biobase' for me.

thanks

Thanks

I think solve my problem but I say install with "www" code at source("www.bioconductor.org/....) is false. The true is: "https://...... if not supported used: http://.....

1 answer

t.test should be part of the core R libraries (package:stats) and should not require biobase. What happens if you just type t.test at the R console? I also just tried installing "biobase" from Bioconductor with no issues and I'm on R v3.1.2. Did you follow the instructions listed on http://www.bioconductor.org/packages/release/bioc/html/Biobase.html?

Log in to answer this question.