Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fnGenes #1

Open
ARONGZHI opened this issue Oct 8, 2019 · 2 comments
Open

fnGenes #1

ARONGZHI opened this issue Oct 8, 2019 · 2 comments

Comments

@ARONGZHI
Copy link

ARONGZHI commented Oct 8, 2019

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?

@shizhiwen1990
Copy link

What fnGenes?

@arsenij-ust
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants