-
Notifications
You must be signed in to change notification settings - Fork 915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CreateSeuratObject #8089
Comments
I found the problem but still don't know the reason 👍 As I do multiomic analysis I also use the
|
Hi, This is a known issue with TFBS tools package (which we've reported here) Not loading the TFBStools package will fix it in the mean time. |
Hi,
At this point, the issue should be fixed. Let us know if you continue to encounter problems. |
Hi, I also have the same problem even if I do: When I run Error in .local(x, na.rm, dims, ...) : A month ago, everything worked perfect, when I loaded my saved workspace and did "FindMarkers" :-( What else can we do? |
Hello, I am also still having this problem when trying to execute RunUMAP after trying BiocManager::install(version = "3.18"), updating packages and uninstalling the Azimuth package. I am experiencing this problem on both non-integrated and integrated reductions in my Seurat object. Same error as reported above: |
An updated solution is available here. Upgrading |
Hey! I tried all above include update Bioconductor, reinstall TFBSTools, and update all packages; Unfortunately, None of them work. The only way I found is not to load the Azimuth package. |
Hello there
I have a problem with CreateSeuratObject (it was functioning just fine up until some massive librairies update)
Here is the code :
###Download RNA data
Load data PG2
filt.matrixPG2 <- Read10X_h5("/media/david/F/RN7.2/PG2RN7/outs/filtered_feature_bc_matrix.h5",use.names = T)
raw.matrixPG2 <- Read10X_h5("/media/david/F/RN7.2/PG2RN7/outs/raw_feature_bc_matrix.h5",use.names = T)
cts.raw.matrixPG2 <- raw.matrixPG2$
Gene Expression
cts.filt.matrixPG2 <- filt.matrixPG2$
Gene Expression
#Soupx
#quick clustering
sratPG2 <- CreateSeuratObject(counts = cts.filt.matrixPG2)
And the error :
I tried to reupload the Matrix package but it's not doing anything.
Can you help ?
Best David
The text was updated successfully, but these errors were encountered: