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
By defining TCC() method as a constructor,
TCC object can be created with
tcc <- TCC(count = count, group = group)
which is simpler than
tcc <- new("TCC", count = count, group = group)