# Viewing cardiomyocyte scRNAseq data online?

**URL:** https://forum.allencell.org/t/viewing-cardiomyocyte-scrnaseq-data-online/640
**Category:** Gene-editing Discussion
**Created:** [June 29, 2023, 8:27pm UTC](https://forum.allencell.org/t/viewing-cardiomyocyte-scrnaseq-data-online/640 "2023-06-29T20:27:13Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![MaggietheFuqua](https://avatars.discourse-cdn.com/v4/letter/m/87869e/32.png) [@MaggietheFuqua](https://forum.allencell.org/u/MaggietheFuqua)
#### Post date: [June 29, 2023, 8:27pm UTC](https://forum.allencell.org/t/viewing-cardiomyocyte-scrnaseq-data-online/640/1 "2023-06-29T20:27:13Z")

</div>

Hi Allen Cell peeps!

I’m wondering if there is a way to view the cardio RNAseq data (with genes and relative expression values) online? I started to do the recommended quilt option, but don’t have 400GB of free space to download all the info. I saw that there are .csv files that are available to download separately, however the counts aren’t available for these (at least with the files I checked… maybe I’m looking at the wrong files?)

Any help you can provide is much appreciated! Thank you!  
Maggie Fuqua

---

<div class="post-metadata">

### Author: ![kristen.niekamp](https://avatars.discourse-cdn.com/v4/letter/k/a4c791/32.png) [@kristen.niekamp](https://forum.allencell.org/u/kristen.niekamp)
#### Post date: [July 6, 2023, 6:34pm UTC](https://forum.allencell.org/t/viewing-cardiomyocyte-scrnaseq-data-online/640/2 "2023-07-06T18:34:20Z")

</div>

Hi Maggie!

We don’t have a fully preprocessed object containing the cardiomyocyte scRNA-seq data publicly available, but we do have the count matrix and necessary metadata available in [Quilt](https://open.quiltdata.com/b/allencell/packages/aics/wtc11_hipsc_cardiomyocyte_scrnaseq_d0_to_d90/tree/latest/scrnaseq_counts/), which takes up less than a gigabyte of storage. These files can be used to directly [make a Seurat object](https://mojaveazure.github.io/seurat-object/reference/CreateSeuratObject.html) in R. The raw\_counts.mtx file can be read into R with [readMM()](https://stat.ethz.ch/R-manual/R-devel/library/Matrix/html/externalFormats.html) from the Matrix package or potentially into Python with [mmread()](https://docs.scipy.org/doc/scipy/reference/generated/scipy.io.mmread.html) from the scipy module, though I haven’t tried the latter. I hope this helps!

Kristen Niekamp

---

<div class="post-metadata">

### Author: ![MaggietheFuqua](https://avatars.discourse-cdn.com/v4/letter/m/87869e/32.png) [@MaggietheFuqua](https://forum.allencell.org/u/MaggietheFuqua)
#### Post date: [July 6, 2023, 6:56pm UTC](https://forum.allencell.org/t/viewing-cardiomyocyte-scrnaseq-data-online/640/3 "2023-07-06T18:56:35Z")

</div>

Thank you for your reply, Kristen! I did download Quilt, and that was fine, but trying to run the data through Quilt (I believe), it started a 400GB download. So I should instead get R? I have never used that, and am frankly a newbie to coding-related things. I will see if some of my teammates can help me with this, and I’ll get back to you to let you know if it worked!

Thanks again,  
Maggie

---

<div class="post-metadata">

### Author: ![kristen.niekamp](https://avatars.discourse-cdn.com/v4/letter/k/a4c791/32.png) [@kristen.niekamp](https://forum.allencell.org/u/kristen.niekamp)
#### Post date: [July 6, 2023, 7:02pm UTC](https://forum.allencell.org/t/viewing-cardiomyocyte-scrnaseq-data-online/640/4 "2023-07-06T19:02:43Z")

</div>

As far as I’m aware, Quilt is just an interface to access and download data stored in AWS and there isn’t really anything you can do with the data in Quilt itself. You’ll have to load the data into Python or R to be able to perform any analysis on it. If you click on “\< \> CODE” at the top of the quilt page, it will show you how to download the data using Python, the command line, or using the URI. If you click the four individual files [here](https://open.quiltdata.com/b/allencell/packages/aics/wtc11_hipsc_cardiomyocyte_scrnaseq_d0_to_d90/tree/latest/scrnaseq_counts/), you’ll be able to download them instead of the 400GB of files.

Let me know if you have any more questions!

Kristen Niekamp

---

<div class="post-metadata">

### Author: ![MaggietheFuqua](https://avatars.discourse-cdn.com/v4/letter/m/87869e/32.png) [@MaggietheFuqua](https://forum.allencell.org/u/MaggietheFuqua)
#### Post date: [July 6, 2023, 7:13pm UTC](https://forum.allencell.org/t/viewing-cardiomyocyte-scrnaseq-data-online/640/5 "2023-07-06T19:13:50Z")

</div>

Sweet! Thanks, Kristen! I’ll try these things out. 🙂

Cheers!  
Maggie
