Displaying 20 results from an estimated 500 matches similar to: "Please to remove the warning when trying to check a package."
2017 Dec 29
2
Facing problem in installing the package named "methyAnalysis"
Thank you Michael Dewey.
Can you please send me the email id for Bioconductor.
regards
Pijush
On Fri, Dec 29, 2017 at 5:20 PM, Michael Dewey <lists at dewey.myzen.co.uk>
wrote:
> Dear Pijush
>
> You might do better to ask on the Bioconductor list as IRanges does not
> seem to be on CRAN so I deduce it is a Bioconductor package too.
>
> Michael
>
>
> On
2017 Dec 29
0
Facing problem in installing the package named "methyAnalysis"
Dear Pijush
You might do better to ask on the Bioconductor list as IRanges does not
seem to be on CRAN so I deduce it is a Bioconductor package too.
Michael
On 29/12/2017 07:29, Pijush Das wrote:
> Dear Sir,
>
>
>
>
> I have been using R for a long time. But recently I have faced a problem
> when installing the Bioconductor package named "methyAnalysis".
2017 Sep 18
2
pheatmap: incomplete figure
Dear R Community,
I tried to generate heatmap for a matrix of 1500 columns by 106 rows using the following R script:
> pheatmap(tf.vs.DE.1.removeAllZeroCol, fontsize=3,border_color=NA)
and got the graph (as attached Fig 1)
Since the column labels appear very crowded, I tried to increase the cellwidth to stretch the graph horizontally. The idea was to show the graph section by section, but with
2017 Sep 18
0
pheatmap: incomplete figure
> On Sep 18, 2017, at 9:26 AM, Fix Ace via R-help <r-help at r-project.org> wrote:
>
> Dear R Community,
> I tried to generate heatmap for a matrix of 1500 columns by 106 rows using the following R script:
>> pheatmap(tf.vs.DE.1.removeAllZeroCol, fontsize=3,border_color=NA)
> and got the graph (as attached Fig 1)
>
> Since the column labels appear very crowded, I
2017 Dec 29
2
Facing problem in installing the package named "methyAnalysis"
Dear Sir,
I have been using R for a long time. But recently I have faced a problem
when installing the Bioconductor package named "methyAnalysis". Firstly it
was require to update my older R (R version 3.4.3 (2017-11-30)) in to newer
version. That time I have also updated the RStudio software.
After that when I have tried to install the package named "methyAnalysis".
It
2011 Feb 02
2
SVM Prediction and Plot
Hi
I'm trying to predict using a model I fitted with SVM.
I constructed the model (called Svm) using a training set, and now I want to
use a test set (called BankTest) for prediction.
The response variable is in the first column of BankTest.
> SvmPred = predict(Svm, BankTest[,-1], probability=TRUE)
> SvmPredRes = table(Pred = SvmPred, True = BankTest[,1])
I get this error:
Error in
2012 Nov 30
0
flip heatmap (pheatmap)
When plotting a heatmap with heatmap.2 the shortest euclidean distance
cluster is plotted in the top left corner of the heatmap
<http://r.789695.n4.nabble.com/file/n4651430/heatmap.2.jpeg>
when plotting the same data with pheatmap the very same cluster is in the
bottom right corner
<http://r.789695.n4.nabble.com/file/n4651430/pheatmap.jpeg>
I am just wondering what I would need
2011 Jan 21
1
help! complete the reviewer's suggest: carry out GA+GP (gaussian process)!
Hello, all experts,
My major is computer-aied drug design ( main QSAR).
Now, my paper need be reviesed, and one reviewer ask me do genetic algorithm
coupled with gaussian process method (GA+GP).
my data:
training set: 191*106
test set: 73*106
here, I need use GA+GP to do variable selection when building the model.
In R, there are not GA package like in matlab
2016 May 06
2
Is it possible to increase MAX_NUM_DLLS in future R releases?
Thanks for all your great answers.
The app I?m working on is indeed an exploratory data analysis tool for gene expression, which requires a bunch of bioconductor packages.
I guess for now, my best solution is to divide my app into modules and load/unload packages as the user switch from one module to another.
This brought me another question: it seems that unload package with the
2007 May 21
0
quantreg and sparseM will not load
I have recently started using R and want to use the quantreg (and
sparseM) packages.
I downloaded the .tar files for each, and placed the subsequent
folders into the library folder in the frameworks/R.framework/
resources/library folder with all the other packages.
When I try to load either package from the package manager window I get:
Loading required package: SparseM
Error in
2008 Aug 27
1
SparseM
Hello,
I am trying to load the package SparseM. It seems that I have successfully
installed SparseM (version 0.78), but I did not succeed in loading the
SparseM package into R 2.7. Does anybody know a trick for loading
SparseM?
Thanks in advance,
Heike
> library(SparseM,lib.loc=my.lib.loc)
Error in packageDescription(pkg)$Version :
$ operator is invalid for atomic vectors
In addition:
2004 Nov 18
1
Method dispatch S3/S4 through optimize()
I have been running into difficulties with dispatching on an S4 class
defined in the SparseM package, when the method calls are inside a
function passed as the f= argument to optimize() in functions in the spdep
package. The S4 methods are typically defined as:
setMethod("det","matrix.csr", function(x, ...) det(chol(x))^2)
that is within setMethod() rather than by name before
2004 Feb 26
1
Loading SparseM on Win2K
I'm having trouble loading the package SparseM in R 1.8.1, OS = Windows
2000.
Installing appeared to go well; I saw no error messages, html documentation
was installed, and "installed.packages()" lists SparseM among the installed
packages.
When I try to load the library, however, I get the following:
> library(SparseM)
Error in slot(mlist, "argument") : Can't get
2006 Feb 20
2
Matrix / SparseM conflict (PR#8618)
Full_Name: David Pleydell
Version: 2.2.1
OS: Debian Etch
Submission from: (NULL) (193.55.70.206)
There appears to be a conflict between the chol functions from the Matrix and
the SparseM packages. chol() can only be applied to a matrix of class dspMatrix
if SparseM is not in the path.
with gratitude
David
> library(Matrix)
> sm <- as(as(Matrix(diag(5) + 1), "dsyMatrix"),
2004 May 12
1
Problem installing SparseM on Debian stable
I have troubles installing the "SparseM" package on my Debian stable
Linux system.
Debian's version of R is:
platform i386-pc-linux-gnu
arch i386
os linux-gnu
system i386, linux-gnu
status
major 1
minor 5.1
year 2002
month 06
day 17
language R
This is the installation output:
> R CMD INSTALL -l /usr/lib/R/ SparseM_0.36.tar.gz
* Installing
2012 Apr 25
1
trouble installing SparseM
Dear R People:
I am attempting to install SparseM on R 2.15.0 on a Linux 11.10 system.
Here is the output
> install.packages("SparseM",depen=TRUE)
Installing package(s) into ?/home/erin/R/x86_64-pc-linux-gnu-library/2.15?
(as ?lib? is unspecified)
--- Please select a CRAN mirror for use in this session ---
Loading Tcl/Tk interface ... done
trying URL
2006 Oct 12
2
Problem loading SpareM package
Hi,
I have just installed R 2.4.0 and when I try to load SpareseM, I get the following error message
library(SparseM)
Package SparseM (0.71) loaded. To cite, see citation("SparseM")
Error in loadNamespace(package, c(which.lib.loc, lib.loc), keep.source = keep.source) :
in 'SparseM' methods specified for export, but none defined: as.matrix.csr, as.matrix.csc,
2007 Jul 08
1
Problems with e1071 and SparseM
Hello all,
I am trying to use the "svm" method provided by e1071 (Version: 1.5-16)
together with a matrix provided by the SparseM package (Version: 0.73)
but it fails with this message:
> model <- svm(lm, lv, scale = TRUE, type = 'C-classification', kernel =
'linear')
Error in t.default(x) : argument is not a matrix
although lm was created before with
2013 May 07
0
How to use "SparseM-conversions" to convert a dCgMatrix into a matrix.csr ?
Hi all,
I want to transform a dCgMatrix from package Matrix into a matrix.csr from
package SparseM, and I found out this link :
http://stat.ethz.ch/R-manual/R-devel/library/Matrix/html/SparseM-conv.html
But there's no informaion about usage/description/arguments, so how do I
use this SparseM-conversions method ?? Is it a function ??
By the way I already tried function: as.spam.matrix.csr
2006 Jan 27
3
e1071: using svm with sparse matrices (PR#8527)
Full_Name: Julien Gagneur
Version: 2.2.1
OS: Linux (Suse 9.3)
Submission from: (NULL) (194.94.44.4)
Using the SparseM library (SparseM_0.66)
and the e1071 library (e1071_1.5-12)
I fail using svm method with a sparse matrix. Here is a sample example.
I experienced the same problem under Windows.
> library(SparseM)
[1] "SparseM library loaded"
> library("e1071")