-
Notifications
You must be signed in to change notification settings - Fork 8
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
How to deal with NA data for non model species? #21
Comments
Hi Carine!
|
Hi Federico, Thank you for your help. Here is my code : library(GeneTonic)
load(file="resBta_04juin.rda")
resannot_Bov<-read.table(file="annot_bov.txt", header = TRUE, sep="\t")
de_symbol_bov <- deseqresult2df(resBta, FDR = 0.05)$SYMBOL resBta$ensemblid<-(row.names(resBta)) topgoBPensembl_bov <- pcaExplorer::topGOtable(de_ensembl_bov, bg_ensembl_bov, gtl_bov_ensembl<-GeneTonic_list(dds=dds2, res_de = resBta, res_enrich = res_enrich_bov_ensembl, annotation_obj = resannot_Bov) |
Hi Carine,
as gtl should have all it needs 😉
Ok, now that you elaborate a little more on this (and since there's no ensembl->symbol conversion) it can be that the
... here ☝️ I am not so familiar with species other than human, mouse & fly, as these are the almost entirety of the catalogue our cooperation partners work with. If you want to share with me the Federico
|
Hi ;-) Second issue : Thank you so much for your help ... Of course I can send you my gtl object ... |
Sure, no prob. |
Hi Federico,
Thank you for this really nice and helpful package. It is really useful.
I used it for agronomical species (pig and bovine).
I encountered a problem when trying to use enhance_table function. I have the following error :
Error in (function (..., row.names = NULL, check.rows = FALSE, check.names = TRUE, :
les noms de lignes contiennent des valeurs manquantes
I guess the trouble came from the fact that I use ENSEMBLID, convert it in HGNC symbol but as not all genes are identified , I have some missing data (valeurs manquantes in french). Could it be possible to allow missing values in this function ?
Thank you in advance
Regards
Carine
The text was updated successfully, but these errors were encountered: