UCLouvain-CBIO/sager

Update sageQFeatures() default arguments with new sage output.

Closed this issue · 1 comments

The sageQFeatures() function uses byQuant and byId arguments with the following default values:

byQuant = c("file", "scannr"),
byId = c("filename", "scannr")

sage unified its output column names. It now uses "filename" in the quant file, similar to the id file, which produces an error when byQuant default values are not manually specified.

lgatto commented

Takes, will change de default values. In the meantime, you can set the parameters to the new values.