You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my .fcs file, spillover data available in $SPILLOVER and other $spill and $spillover have null; how Do I perform compensation? I tried, but it gave me an error
fs_comp<- compensate(fs, spillover(fs[[1]])$SPILLOVER)
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ‘compensate’ for signature ‘"flowFrame", "NULL"’
The text was updated successfully, but these errors were encountered:
In my .fcs file, spillover data available in $SPILLOVER and other $spill and $spillover have null; how Do I perform compensation? I tried, but it gave me an error
fs_comp<- compensate(fs, spillover(fs[[1]])$SPILLOVER)
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ‘compensate’ for signature ‘"flowFrame", "NULL"’
The text was updated successfully, but these errors were encountered: