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
# Safely assign counts for 'rm' original: adjust_counts_whole[rm,] <- countsOri[rm,]#this line convert to a list if rm=0
if (length(rm) > 0 && all(rm > 0)) {
adjust_counts_whole[rm, ] <- countsOri[rm, ]
}
return(adjust_counts_whole)