Replies: 5 comments 6 replies
-
Hi all, This is likely a small issue, but I cannot figure it out no matter how many things I change. When I try to upload the practice dataset Visium Kidney Data, I get the following error: Code: visium_kidney = createGiottoVisiumObject(visium_dir = data_path, expr_data = 'raw', Any guesses on what is going wrong? |
Beta Was this translation helpful? Give feedback.
-
Hi, This looks like the path to the visium directory does not exist. You can download the data from the 10X genomics website and then the directory itself should look like this: Your path is probably not the right one: /Users/hhrnc/OneDrive/Desktop/Gracz Lab/Rebus/V1_Mouse_Kidney_fastqs/V1_Mouse_Kidney_fastqs/ If this is your own dataset and you want to use the raw fastq files, then you first need to process them with the spaceranger tool from 10x. The final output will be a structured directory that you can read in directly within Giotto. |
Beta Was this translation helpful? Give feedback.
-
There are currently two ways you could do that:
I could perhaps add this directly to the spatPlot function in the next version of Giotto. |
Beta Was this translation helpful? Give feedback.
-
I am excited that I have Giotto working robustly for me now. I am interested at looking at the data for cells that express my marker gene, so I need to subset my data. I want to remove cells which do not express gene X (my marker gene). How do I do that? |
Beta Was this translation helpful? Give feedback.
-
You should be able to do this using a combination of functions:
This is all assuming that you're using the current master branch of Giotto. |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions