linnarsson-lab / loompy

Python implementation of the Loom file format - http://loompy.org
BSD 2-Clause "Simplified" License
137 stars 36 forks source link

Does loompy take into account mitochrondial genes in loom file output? #161

Open denvercal1234GitHub opened 2 years ago

denvercal1234GitHub commented 2 years ago

Hi there,

  1. For other package like velocyto, there was discussion regarding how mitochondrial genes were not taken into account by default (https://github.com/velocyto-team/velocyto.py/issues/318). Anyone wouldn't mind commending on the handling of mitochrondial genes for loom file generated by loompy?

  2. Also, would anyone mind clarifying the following points regarding the command below?

Thank you so much for your help!

  1. 1kPBMC.loom is the name of the file we want to name the output, which will be placed in the working directory
  2. What is the "1kPBMC" after "1kPBMC.loom" ?
loompy fromfq 1kPBMC.loom 1kPBMC human_GRCh38_gencode.v31 metadata.tab ...

My code in the script job:

Screen Shot 2021-11-18 at 12 40 16 AM