Yes, I found the tutorial. thanks. I want to install a bioconductor. Please see this message? Second question, the program can not read my file " alignment". Error in file(file, "rt") : cannot open the connection this file is on my desktop. When I add the address C/ Desktop.... / Alingment.csv. I received another error. Please guide.
Bioconductor version 3.13 (BiocManager 1.30.16), R 4.1.0 (2021-05-18)
Installation paths not writeable, unable to update packages
path: C:/Program Files/R/R-4.1.0/library
packages:
Matrix, mgcv
Old packages: 'isoband'
Update all/some/none? [a/s/n]: n
Warning message:
package(s) not installed when version(s) same as current; use force = TRUE to
re-install: 'DESeq2'
library(DESeq2) library(gplots) library(RColorBrewer)
Read the counts from the downloaded data
speqdata <- read.csv("Allingment.txt") Error in file(file, "rt") : cannot open the connection In addition: Warning message: In file(file, "rt") : cannot open file 'Allingment.txt': No such file or directory
Have you already installed the lastest version of Bioconductor? Perhaps, the problem is there.