PanCanStem_Web
PanCanStem_Web copied to clipboard
fnGenes
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?
What fnGenes?
@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.