NovakLab / RiskSignature

Contains a function to generate EFS24 risk classifications from DLBCL bulk RNAseq expression profiles.
Other
0 stars 0 forks source link

Reference test #1

Open MDHowe4 opened 11 months ago

MDHowe4 commented 11 months ago
pickledgrape commented 3 months ago

On the reference data set I had this error after loading without doing any normalization or modification of imported data: Error in riskSignature(expr_input = normalized_expression, background = T) : unused argument (background = T)

This is an error in the vignette's suggested usage; indeed, "background" is not called in riskSignature(), but "use_background" is. Updating readME.