We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I hope all is well! I am using GO_similarity to compute a similarity matrix but am getting the following error.
GO_similarity
Error in (function (ID1, ID2, semData) : tcssdata not found, please re-generate your `semData` with `tcssprocess = TRUE`...
I am trying to enable TCSS through the following code, but am not sure where I can pass the semdata into the GO_similarity function.
semdata
semData <- godata( 'org.Hs.eg.db', keytype = 'ENSEMBL', ont = 'BP', processTCSS = TRUE)
Your help on this would be greatly appreciated! Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I hope all is well! I am using
GO_similarity
to compute a similarity matrix but am getting the following error.I am trying to enable TCSS through the following code, but am not sure where I can pass the
semdata
into theGO_similarity
function.Your help on this would be greatly appreciated! Thank you.
The text was updated successfully, but these errors were encountered: