# Unable to get any data Wnt1 or Wnt10b in R-Studio

**URL:** https://help.c-moor.org/t/unable-to-get-any-data-wnt1-or-wnt10b-in-r-studio/311
**Category:** Help
**Tags:** R
**Created:** [July 21, 2022, 4:52am UTC](https://help.c-moor.org/t/unable-to-get-any-data-wnt1-or-wnt10b-in-r-studio/311 "2022-07-21T04:52:28Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![Mark\_Sandwich](https://avatars.discourse-cdn.com/v4/letter/m/cab0a1/32.png) [@Mark\_Sandwich](https://help.c-moor.org/u/Mark_Sandwich)
#### Post date: [July 21, 2022, 4:52am UTC](https://help.c-moor.org/t/unable-to-get-any-data-wnt1-or-wnt10b-in-r-studio/311/1 "2022-07-21T04:52:29Z")

</div>

My R-Studio crashed and for some reason, I’m able to get most Wnt genes to plot their expression except for Wnt1 and Wnt10b, both of which are central to my poster. I brushed off the crash message thinking it was a regular one so I didn’t see what it said. I also created a brand new container but I still can’t get any expression out of the two genes and don’t get any plot results when I run stuff in the Console. Instead, I get graphs like the one below, which show no expression at all.

 ![image](https://canada1.discourse-cdn.com/flex027/uploads/c_moor/original/1X/3a75bb2ab0b3e000f89f34423605d3c41a9d05e6.jpeg)  
 ![image](https://canada1.discourse-cdn.com/flex027/uploads/c_moor/original/1X/0cbf4d372352037350d024b16ce28ecaa8c7a89a.png)

---

<div class="post-metadata">

### Author: ![ShamounDivanyan](https://avatars.discourse-cdn.com/v4/letter/s/a4c791/32.png) [@ShamounDivanyan](https://help.c-moor.org/u/ShamounDivanyan)
#### Post date: [July 21, 2022, 5:37am UTC](https://help.c-moor.org/t/unable-to-get-any-data-wnt1-or-wnt10b-in-r-studio/311/2 "2022-07-21T05:37:02Z")

</div>

Ive had this happen to me multiple times for a gene I was interested in, MSTN,

This just means that there is absolutely no expression (or at least no perceived expression) of your gene in the MIXED GASTRULATION dataset.

If you would like to load the FULL DATASET try this code:

load(“~/workspace/c\_moor\_data/gastrulation/gastrulation\_sce.rda”)

---

<div class="post-metadata">

### Author: ![Mark\_Sandwich](https://avatars.discourse-cdn.com/v4/letter/m/cab0a1/32.png) [@Mark\_Sandwich](https://help.c-moor.org/u/Mark_Sandwich)
#### Post date: [July 21, 2022, 5:52am UTC](https://help.c-moor.org/t/unable-to-get-any-data-wnt1-or-wnt10b-in-r-studio/311/3 "2022-07-21T05:52:35Z")

</div>

Do you know where I would include that line? I entered it here but I got an error.

 ![image](https://canada1.discourse-cdn.com/flex027/uploads/c_moor/original/1X/171c74a31a2bad609255476fd804ddc2476c288a.png)

---

<div class="post-metadata">

### Author: ![LindsayHayes](https://yyz1.discourse-cdn.com/flex027/user_avatar/help.c-moor.org/lindsayhayes/32/14_2.png) [@LindsayHayes](https://help.c-moor.org/u/LindsayHayes)
#### Post date: [July 21, 2022, 12:45pm UTC](https://help.c-moor.org/t/unable-to-get-any-data-wnt1-or-wnt10b-in-r-studio/311/4 "2022-07-21T12:45:52Z")

</div>

It may be because this is only the mixed gastrulation sample instead of the full dataset. If you plot the full dataset with all 139331 cells you should see some signals.

---

<div class="post-metadata">

### Author: ![LindsayHayes](https://yyz1.discourse-cdn.com/flex027/user_avatar/help.c-moor.org/lindsayhayes/32/14_2.png) [@LindsayHayes](https://help.c-moor.org/u/LindsayHayes)
#### Post date: [July 21, 2022, 12:49pm UTC](https://help.c-moor.org/t/unable-to-get-any-data-wnt1-or-wnt10b-in-r-studio/311/5 "2022-07-21T12:49:55Z")

</div>

[@CCC\_2022\_Summer](https://help.c-moor.org/groups/ccc_2022_summer)  
**! Remember to delete any “dump” files or you will run out of space !**

---

<div class="post-metadata">

### Author: ![Mark\_Sandwich](https://avatars.discourse-cdn.com/v4/letter/m/cab0a1/32.png) [@Mark\_Sandwich](https://help.c-moor.org/u/Mark_Sandwich)
#### Post date: [July 21, 2022, 2:42pm UTC](https://help.c-moor.org/t/unable-to-get-any-data-wnt1-or-wnt10b-in-r-studio/311/6 "2022-07-21T14:42:48Z")

</div>

How do we switch the dataset we are working with again? Does it have to do with the  
`sce <- readRSD` line?

---

<div class="post-metadata">

### Author: ![LindsayHayes](https://yyz1.discourse-cdn.com/flex027/user_avatar/help.c-moor.org/lindsayhayes/32/14_2.png) [@LindsayHayes](https://help.c-moor.org/u/LindsayHayes)
#### Post date: [July 21, 2022, 2:59pm UTC](https://help.c-moor.org/t/unable-to-get-any-data-wnt1-or-wnt10b-in-r-studio/311/7 "2022-07-21T14:59:06Z")

</div>

I use this line to load the full dataset

```auto
load("~/workspace/c_moor_data/gastrulation/gastrulation_sce.rda")

```

---

<div class="post-metadata">

### Author: ![Mark\_Sandwich](https://avatars.discourse-cdn.com/v4/letter/m/cab0a1/32.png) [@Mark\_Sandwich](https://help.c-moor.org/u/Mark_Sandwich)
#### Post date: [July 21, 2022, 3:07pm UTC](https://help.c-moor.org/t/unable-to-get-any-data-wnt1-or-wnt10b-in-r-studio/311/8 "2022-07-21T15:07:42Z")

</div>

I added the line but for whatever reason, I don’t have that file in my C\_MOOR/c\_moor\_ccc\_su22/ folder. I only have the one that ends in “.RDS”

 ![image](https://canada1.discourse-cdn.com/flex027/uploads/c_moor/original/1X/943c25ba5a7e7f4e6d29a4a3c071228d811b4213.png)

---

<div class="post-metadata">

### Author: ![LindsayHayes](https://yyz1.discourse-cdn.com/flex027/user_avatar/help.c-moor.org/lindsayhayes/32/14_2.png) [@LindsayHayes](https://help.c-moor.org/u/LindsayHayes)
#### Post date: [July 21, 2022, 3:22pm UTC](https://help.c-moor.org/t/unable-to-get-any-data-wnt1-or-wnt10b-in-r-studio/311/9 "2022-07-21T15:22:12Z")

</div>

> [@LindsayHayes](#):
>
> `load("~/workspace/c_moor_data/gastrulation/gastrulation_sce.rda")`

Does this command work?

This file is not in the su22 folder. It is in the workspace/c\_moor\_data/gastrulation folder.

---

<div class="post-metadata">

### Author: ![LindsayHayes](https://yyz1.discourse-cdn.com/flex027/user_avatar/help.c-moor.org/lindsayhayes/32/14_2.png) [@LindsayHayes](https://help.c-moor.org/u/LindsayHayes)
#### Post date: [July 21, 2022, 3:23pm UTC](https://help.c-moor.org/t/unable-to-get-any-data-wnt1-or-wnt10b-in-r-studio/311/10 "2022-07-21T15:23:13Z")

</div>

remember you will also need to run the `sce <- logNormCounts(sce)` command to log normalize the data before you can use it.

---

<div class="post-metadata">

### Author: ![Mark\_Sandwich](https://avatars.discourse-cdn.com/v4/letter/m/cab0a1/32.png) [@Mark\_Sandwich](https://help.c-moor.org/u/Mark_Sandwich)
#### Post date: [July 21, 2022, 3:34pm UTC](https://help.c-moor.org/t/unable-to-get-any-data-wnt1-or-wnt10b-in-r-studio/311/11 "2022-07-21T15:34:52Z")

</div>

Ah okay, that ended working, thank you very much!
