I'm analyzing RNA-seq data from human GBM tumor samples implanted into mice (a PDX model). In Seurat, I've managed to get differential gene expression data, but I was having trouble finding the expression levels of some canonical GBM genes (e.g. CD155). It occurred to me that the data I have might only include mouse genes - does Seurat know how to handle genes/expression levels from two different organisms' tissues? Would it have filtered the human genes out? What could be the reason for me seemingly not being to find gene expression data from the GBM tumor?
EDIT:
I just remembered that in the initial Fastq analysis, I had to supply a reference genome for my data, and I supplied a mouse genome, but no human genome - does it seem likely that this is why I can't find gene expression data from the human GBM tumor? If so, I didn't realize you were able to supply two genomes when generating the reference genome - how would I supply the human genome as well as the mouse genome?
Thank you rpolicastro this is incredibly helpful! I will look at the barnyard genome index on the 10X website and also use the
gene_id
andgene_name
columns as you've suggested.