Skip to content

Error in quantile.default(data, q) #32

@Sandyna

Description

@Sandyna

Hi,
I've been stuck on this for a while. Some of my datasets give this error. With stricter downsampling, the error didn't show but ever since we changed to input_events_downsampling <- 1e6 and prediction_events_downsampling <- 1e6 some files are problematic.
After I trim off margins, different datasets give this error. I found there is a problem if I trim off too much and if I trim off too little as well. We use a compensation matrix too, in case it's relevant.

This is where the program crashes:

Parsing and subsampling input data
	Downsampling to 1e+06 events per input file
uneven number of tokens: 665
The last keyword is dropped.
uneven number of tokens: 665
The last keyword is dropped.
	Concatenating expression matrices
	Writing to disk
Logicle-transforming the data
	Backbone data
Error in quantile.default(data, q) : 
  missing values and NaN's not allowed if 'na.rm' is FALSE
Calls: <Anonymous> ... setNames -> lapply -> FUN -> quantile -> quantile.default
Execution halted

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions