You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SeSAMe requires matched versions of R, sesame, sesameData and
ExperimentHub.
Here is the current versions installed:
R: 4.3.3
Bioconductor: 3.18
sesame: 1.20.0
sesameData: 1.20.0
ExperimentHub: 2.10.0
Kind regards,
Teresa Płatek
W dniu 2024-04-15 13:17, Wanding Zhou - Bioinformatics napisał(a):
Hello,
I am trying to analyse my methylation DNA EPIC v 2.0 arrays with sesame.
I am using windows and really new to R and Sesame.
After the code:
readIDATpair("208133980083_R01C01","manifest=mft")
There is an error:
Error in mft$col : $ operator is invalid for atomic vectors.
Could everyone please advise me how to solve this problem?
list.files(pattern = "*.idat")
library(sesame)
s=readIDATpair("208133980083_R01C01")
s
mft <- read.csv("C:/Wyniki_EPIC_GenomeScan/Dane/R/EPICv2.0manifest/EPIC-8v2-0_A1.csv",
header = T, stringsAsFactors = F, na.strings = c("NA", ""))
setwd("C:/Wyniki_EPIC_GenomeScan/Dane/R")
mft <- read.csv("C:/Wyniki_EPIC_GenomeScan/Dane/R/EPICv2.0manifest/EPIC-8v2-0_A1.csv",
header = T, stringsAsFactors = F, na.strings = c("NA", ""))
head(mft)
readIDATpair("208133980083_R01C01","manifest=mft")
Error in mft$col : $ operator is invalid for atomic vectors
The text was updated successfully, but these errors were encountered: