-
Notifications
You must be signed in to change notification settings - Fork 26
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
buildGOmap issues, therefore 2 suggestions #47
Comments
GuangchuangYu
added a commit
that referenced
this issue
Feb 5, 2024
@guidohooiveld thanks and please test with the github version. |
@GuangchuangYu : thanks for having a look at this so quickly; much appreciated. After updating it works fine; thanks! I have also edited my answer on the Bioconductor support forum to include a link to this thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@GuangchuangYu , @huerqiang
At the Bioconductor support forum an issue/error was reported regarding the function
buildGOmap
: https://support.bioconductor.org/p/9156358/I had a quick look at it, and it seems this is because a) the required input for
buildGOmap
seems to be counter-intuitive, and b)buildGOmap
explicitly expects as input a column labelled "GO".Regarding a):
The required input for
buildGOmap
(1st column should be the geneids, 2nd column the GOIDs) seems to be counter-intuitive because for the generic enrichment functionsenricher
andGSEA
the reverse order is rather required for the inputTERM2GENE
(thus 1st column the GOIDs, and 2nd column the geneids)...Maybe good to align this, or at least explain it better at the help page? Also add an example on the help page?
Regarding b):
The function
buildGOmap_internal
has hard-coded the requirement that the column with the GOIDs should be labelledGO
:GOSemSim/R/buildGOmap.R
Line 41 in 1800f40
and
GOSemSim/R/buildGOmap.R
Line 45 in 1800f40
This requirement is not stated at the help page of
buildGOmap
, so could you please add that? It now results in the reported error.Thanks,
G
FWIW: I have attached the GO mapping file that was used on the Bioconductor support forum, and thus gave issues. It was downloaded from https://www.pseudomonas.com/goterms/list (as
csv
).gene_ontology_csv.csv
The text was updated successfully, but these errors were encountered: