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
@tiagochst@mwells21@labrazil
What is meant above, is that in the tutorial for mRNAsi in the main.train function the object fnGenes occurs without having been initiated before. Therefore, the above code section throws an error. It would be nice if the code or documentation is adjusted a bit at this point and defines what is meant by fnGenes.
Thanks and best regards.
if(!is.null(fnGenes)){
vGenes <- read.delim( fnGenes, header=FALSE ) %>% as.matrix() %>% drop()
VE <- genes2hugo( vGenes, "entrezgene" )
X <- X[intersect( rownames(X), VE[,2] ),]
}
What fnGenes?
The text was updated successfully, but these errors were encountered: