You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running conver_orthologs I get an error that I am trying to set attribute to NULL.
Console output
Preparing gene_df.
data.frame format detected.
Extracting genes from NOG.
4,174 genes extracted.
Converting rat ==> human orthologs using: gprofiler
Retrieving all organisms available in gprofiler.
Using stored `gprofiler_orgs`.
Mapping species name: rat
Common name mapping found for rat
1 organism identified from search: rnorvegicus
Retrieving all organisms available in gprofiler.
Using stored `gprofiler_orgs`.
Mapping species name: human
Common name mapping found for human
1 organism identified from search: hsapiens
Checking for genes without orthologs in human.
Extracting genes from input_gene.
4,285 genes extracted.
Extracting genes from ortholog_gene.
4,285 genes extracted.
Dropping 269 NAs of all kinds from ortholog_gene.
Checking for genes without 1:1 orthologs.
Dropping 45 genes that have multiple input_gene per ortholog_gene (many:1).
Dropping 11 genes that have multiple ortholog_gene per input_gene (1:many).
Filtering gene_df with gene_map
Adding input_gene col to gene_df.
Adding input_gene_standard col to gene_df.
Error in names(object) <- nm : attempt to set an attribute on NULL
--
Expected behaviour
A new column in my gene_df with the human orthologs matching the rat genes in $NOG.
allrats_sigs$NOG
[1] "ENSRNOG00000000047" "ENSRNOG00000000047" "ENSRNOG00000000047" "ENSRNOG00000000047"
[5] "ENSRNOG00000000073" "ENSRNOG00000000073" "ENSRNOG00000000075" "ENSRNOG00000000075"...etc
(If possible, upload a small sample of your data so that we can reproduce the bug on our end. If that's not possible, please at least include a screenshot of your data and other relevant details.)
3. Session info
(Add output of the R function utils::sessionInfo() below. This helps us assess version/OS conflicts which could be causing bugs.)
1. Bug description
When running conver_orthologs I get an error that I am trying to set attribute to NULL.
Console output
Expected behaviour
A new column in my gene_df with the human orthologs matching the rat genes in $NOG.
2. Reproducible example
Code
Data
allrats_sigs$NOG
[1] "ENSRNOG00000000047" "ENSRNOG00000000047" "ENSRNOG00000000047" "ENSRNOG00000000047"
[5] "ENSRNOG00000000073" "ENSRNOG00000000073" "ENSRNOG00000000075" "ENSRNOG00000000075"...etc
(If possible, upload a small sample of your data so that we can reproduce the bug on our end. If that's not possible, please at least include a screenshot of your data and other relevant details.)
3. Session info
(Add output of the R function
utils::sessionInfo()
below. This helps us assess version/OS conflicts which could be causing bugs.)The text was updated successfully, but these errors were encountered: