blueskypie

Results 6 comments of blueskypie

``` row_split = factor(topVar$database, levels = c(1,2)) cluster_rows = FALSE cluster_row_slices = FALSE ``` The order of the slices will be defined by the order of `topVar$database`. Within each slice,...

by `the row ordering is lost`, do you mean the order of the slice is different from the order of `topVar$database`? or do you mean that, within each slice, the...

Thanks for the quick response! I'm not sure I would have the knowledge to help you. May I take a look at first? or publish it in Github for others...

Thanks @sneumann so much for the quick response! Are you the author of XCMS? Thanks for creating the package! I don't quite understand >"I can't see a simple way to...

Thanks again @sneumann ! In my case, since I use google cloud, I can request as much memory as I need. I think most people who deal with MS data...

Or each raw file could be saved as a R object, it'd be much faster to read a R object than text file.