This is a test version of Biostars. For the public version, visit https://www.biostars.org.
ERROR while USING "INSILICODB PACKAGE" for cross platform normalization

I want to do cross-platform normalization using R on microarray data. but getting problem while getting data from incilicodb.

I logged in using username and md5 hash password.

Command used:-

biocLite("inSilicoDb")

library(inSilicoDb)

install.packages('digest', repos='http://cran.us.r-project.org')

library(digest)

InSilicoLogin("****@gmail.com", digest::digest('PASSWORD', algo='md5', serialize=FALSE));

eset42743 = getDataset("GSE42743", "GPL570", "FRMA", genes=TRUE);

It shows warning: INSILICODB: The bioinformatics pipeline is now running. An email will be sent when computation is finished. INSILICODB: Dataset GSE42743, GPL570, CURESET, PROBE, ORIGINAL, 20339, RNA, Oral Cavity Cancer Compared to Adjacent "Normal" Tissue [Validation Set], queued, 110, GSE42743GPL570_RNA_ORIGINALPROBE_20339.RData

i need help

r

0 answers

No answers yet.

Log in to answer this question.