velocyto-notebooks icon indicating copy to clipboard operation
velocyto-notebooks copied to clipboard

Can I get a loom file from the gene expression matrix ?

Open EularTang opened this issue 5 years ago • 2 comments

Dear, Can loom files be obtained only by the bam file after alignment? Can I get a loom file from the gene expression matrix which is easier to download?If there are 100 fastq data in an experiment, Is the only way that I align them in turn and then assemble these loom files into a total loom? For example,how did you achieve the loom file from GSE104323?(https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE104323) Thank for your attention!

EularTang avatar Oct 22 '18 10:10 EularTang

@EularTang Hello, I have the same confusion as you.And have you found the better solution?

Sophia409 avatar Mar 28 '19 14:03 Sophia409

There are many ways to create a loom file (see loompy.org, especially the documentation), including from an expression matrix (e.g. from a 10x cellranger output).

However, in order to run velocyto, you need counts both for spliced and unspliced RNAs separately, which are normally not present in expression matrices. For that, you need to reanalyze the BAM files (or FASTQ files).

If you do happen to have expression matrices for both spliced and unspliced, separately, then of course you can easily create a loom file from that (using loompy.create(...)).

slinnarsson avatar Mar 28 '19 14:03 slinnarsson