wdl2459 / ConQuR

Batch effects removal for microbiome data via conditional quantile regression
GNU General Public License v3.0
27 stars 4 forks source link

The error about Tune_ConQuR #11

Open liukeweiaway opened 1 year ago

liukeweiaway commented 1 year ago

I don't know what went wrong

result_tuned = Tune_ConQuR(tax_tab=taxa, batchid=batchid, covariates=covar, batch_ref_pool=c("0", "1"), logistic_lasso_pool=F, quantile_type_pool=c("standard", "lasso"), # simple_match_pool=F, lambda_quantile_pool=c(NA, "2p/n"), interplt_pool=F, frequencyL=0, frequencyU=1) Error in strsplit(methodtemp[ii], "") : non-character argument

wdl2459 commented 1 year ago

I tried your implementation with my data sets and there is no such an error. Would you please provide an example data that produce the error?