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
`
Then I got the following warning message, not sure if it means anything wrong?
Loading packages...
Reading data...
Processing raw data...
Combining similar clusters...
Creating synthetic doublet profiles...
Step 1: Removing possible doublets...
Step 2: Re-clustering possible doublets...
Step 3: Rescuing cells with unique gene expression...
Finished! Warning messages:
1: In matrix(value, n, p) :
data length differs from size of matrix: [270 != 1 x 90]
2: In list(...) :
closing unused connection 7
The text was updated successfully, but these errors were encountered:
I tried demo code using the pbmc_small object, using the following code
` newFiles=Improved_Seurat_Pre_Process(seuratObject=pbmc_small, num_genes=50, write_files=FALSE)
`
Then I got the following warning message, not sure if it means anything wrong?
Loading packages...
Reading data...
Processing raw data...
Combining similar clusters...
Creating synthetic doublet profiles...
Step 1: Removing possible doublets...
Step 2: Re-clustering possible doublets...
Step 3: Rescuing cells with unique gene expression...
Finished!
Warning messages:
1: In matrix(value, n, p) :
data length differs from size of matrix: [270 != 1 x 90]
2: In list(...) :
closing unused connection 7
The text was updated successfully, but these errors were encountered: