-
Notifications
You must be signed in to change notification settings - Fork 95
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
Sleuth-Error in check_target_mapping #257
Comments
Good morning, This is the first time I use Sleuth after pseudoalignment with kallisto. Quite new to this. mart <- biomaRt::useMart(biomart = "ENSEMBL_MART_ENSEMBL", t2g <- dplyr::select(t2g, c('target_id', 'ens_gene', 'ext_gene')) To run the sleuth_prep function: so122 <- sleuth_prep (metadata122, The error I get all the time (no matter how I construct the t2g data.frame): Warning: It appears that you are running Sleuth from within Rstudio. And here I show you he first rows of our .tsv abundance file from kallisto (I use the .h5 for the sleuth_prep: <style> </style>
|
Hi, I think there could be some issue with the abundance file. I usually only have one column with "target_id" but you have more columns without headings. |
HI @sigusn , thanks very much for the response. Indeed, I found another page where all this issue was discussed and solved back in 2019. My problem is that I generated my kallisto with the genomcodev40, and all my abundance files had looong "target_id" names, which made it impossible to match. I used their code to change the names to all the abundance files at once, leaving only the ENS name. I leave here the page with the discussion and solution. https://groups.google.com/g/kallisto-and-applications/c/KQ8782UD35E/m/hbqqMOgGBwAJ |
Hello,
I'm trying to use bioMart to retrieve the gene names from Apis mellifera from Ensemble. I'm trying to analyze the data generated by Kallisto using Sleuth.
I encounter the error posted in 2017 (link below). I haven't been able to fix it myself. I was wondering if someone could direct me to a possible solution without editing the fasta files?
#111
Here is the error message that I get.
Thank you,
nm
The text was updated successfully, but these errors were encountered: