Although I successfully installed the package "simpleaffy'' , I cannot library it. Why?
1
0
Entering edit mode
@4fc7b6eb
Last seen 2.1 years ago
United States

Although I successfully installed the package "simpleaffy'' , I cannot library it. Why?

if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")

BiocManager::install("simpleaffy")

library("simpleaffy")

Error in library("simpleaffy") :There is no package named 'simpleaffy'


# include your problematic code here with any corresponding output 
# please also include the results of running the following in an R session 

sessionInfo( )
simpleaffy • 2.6k views
ADD COMMENT
3
Entering edit mode
@james-w-macdonald-5106
Last seen 9 hours ago
United States

You neglected to show any of the intervening output. Which includes this:

Warning message:
In .inet_warning(msg) :
  package 'simpleaffy' is not available for Bioconductor version '3.14'

And if you go to the release announcement for Bioc 3.13, and go waay to the bottom under 'Deprecated and Defunct Packages' you can see that simpleaffy got removed.

Sixty Five software packages were removed from this release (after being deprecated in Bioc 3.12): adaptest, ArrayTV, BioSeqClass, CHARGE, chimera, CNVtools, CorMut, DESeq, explorase, flowFit, flowSpy, flowType, focalCall, FourCSeq, FunciSNP, GeneticsDesign, GenRank, GGBase, GGtools, GOFunction, gQTLBase, gQTLstats, hicrep, ImpulseDE, ImpulseDE2, joda, JunctionSeq, LINC, Logolas, mcaGUI, metaArray, metaseqR, methVisual, methyvim, Mirsynergy, MmPalateMiRNA, MOFA, MotIV, NarrowPeaks, netbenchmark, netReg, OGSA, OmicsMarkeR, pathprint, PathwaySplice, PGA, PGSEA, plrs, prada, Prize, Rariant, reb, Roleswitch, rTANDEM, sapFinder, scsR, shinyTANDEM, sigaR, signet, simpleaffy, spotSegmentation, Starr, SVAPLSseq, TxRegInfra, xps

ADD COMMENT
0
Entering edit mode

Thank you very much for your answer. I'm a green hand. I read this code in a book. I would like to know if there is a substitute for these deleted R packets, or can you tell me the available R packets for analyzing the data of gene chip?

ADD REPLY
2
Entering edit mode

You should use oligo instead. simpleaffy was meant to work with the affy package, which itself has been superceded by oligo. If you want a good primer, you could read the End to End workflow.

ADD REPLY
0
Entering edit mode

Thank you very much for your answer, your answer is excellent 👍🏻.

ADD REPLY

Login before adding your answer.

Traffic: 635 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6