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
Expanding counts from 18 clusters to 27584 cells.
Warning message:
In sparseMatrix(i = out@i[w] + 1, j = out@j[w] + 1, x = out@x[w], :
'giveCsparse' is deprecated; setting repr="T" for you
Warning messages:
1: In eval(predvars, data, env) : NaNs produced
2: In hvf.info$variance.expected[not.const] <- 10^fit$fitted :
number of items to replace is not a multiple of replacement length
soup10 <- RunPCA(soup10)
Error in RowVar.function(x = object) :
could not find function "RowVar.function"
The text was updated successfully, but these errors were encountered:
sc <- load10X(paste0(dir_10x, study_samps[i,1], "_CompleteNewExp/outs/"))
This works fine (thanks!):
But when I try to manually set the contamination fraction I get errors:
and downstream at:
soup10 <- RunPCA(soup10)
The text was updated successfully, but these errors were encountered: