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
I got some probe names by using following with R minfi package. Use an example to show:
Step (1): w <- readRDS('/x/my_raw.rds')
Then: w2 <- getAnnotation(w, what = "everything")
I got some probe names by using following with R minfi package. Use an example to show:
Step (1): w <- readRDS('/x/my_raw.rds')
Then: w2 <- getAnnotation(w, what = "everything")
Step (2): pro_norm <- preprocessNoob(w)
name2 <- rownames(pro_norm@assays@data@listData$Meth)
My question is: why rownames(w2) does not completely matched with “names2” in above process?
Thanks!
The text was updated successfully, but these errors were encountered: