Antonio Rodriguez Franco
Antonio Rodriguez Franco
To clarify... I want to use the --genomebam option. I am aware that my scaffold data will be used as huge transcripts, but I understand that to use --genomebam, you...
I did index the fasta file containing the transcriptomic data to use for RNA-Seq DE analysis without problems Since I included the link to download the problematic file, would any...
I was able to install the package with the option force= TRUE But now, this is not working with any of the alternatives
Still not working for me with Potamophylax suggestion It is surprising the kind of error it throws "Error: package 'datasets' in options("defaultPackages") was not found The datasets package is a...
After fully updating my linux R, and having R version 3.5.3, I eventually could install ggbiplot by using ``` library(devtools) install_github("vqv/ggbiplot", force = TRUE) ```
this is the most disgusting package to install. After updating R to 3.6.1, there is not an easy way to install the package. I am facing the same problems again,...
> > you can do this without the ggbiplot > > for example > > biplot(mtcars.pca) it works > > This worked for me on R version 3.6.1. > Thanks....