PanCanStem_Web icon indicating copy to clipboard operation
PanCanStem_Web copied to clipboard

fnGenes

Open ARONGZHI opened this issue 6 years ago • 2 comments

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?

ARONGZHI avatar Oct 08 '19 13:10 ARONGZHI

What fnGenes?

shizhiwen1990 avatar Aug 13 '21 04:08 shizhiwen1990

@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.

arsenij-ust avatar Oct 26 '23 11:10 arsenij-ust