Closed Rdroit closed 6 years ago
Hi @Rdroit,
I see the warning Column target_id joining character vector and factor, coercing into character vector
in your output, and I am reminded of issue #76. Is your t2g
read from file? If so, is stringsAsFactors = FALSE
? If not, see if that fixes the problem. If that is not the issue, can you let me know what where the factor column is?
Thank you a lot @warrenmcg :D you saved me, it fixed my problem. sorry for the time of response.
Ok, I'm going to close this, but will add a line of code to force the t2g
to have character columns.
I think this is fixed, no? @warrenmcg
@pimentel: yes this is fixed. I had opened it again because I hadn't made the commit. Since the commit is now included, it can be closed.
Hi,
I was using a pipeline using Salmon Wasabi and Sleuth when i encountered this error:
Meta data loaded Arguments parsed reading in kallisto results dropping unused factor levels ......... normalizing est_counts 21061 targets passed the filter normalizing tpm merging in metadata aggregating by column: ens_gene 12956 genes passed the filter summarizing bootstraps .Error in bs_mat[, which_ids] : indice out of bounds Calls: ... apply_function -> FUN -> process_bootstrap ->
moreover : Warning message:
Column
target_id
joining character vector and factor, coercing into character vector Execution stoppedthe traceback in R is :
Do someone have an idea of what is going on here ?? Thanks :)