thelovelab / tximeta

Transcript quantification import with automatic metadata detection
https://thelovelab.github.io/tximeta/
64 stars 11 forks source link

Paired txomes (human + mouse Gencode) #16

Closed mikelove closed 4 years ago

mikelove commented 5 years ago

For single cell experiments, we sometimes use pairs of txomes as the reference. With some extra work, we could output two objects, where we pick apart the human and mouse txomes. This would probably be a specific feature only supporting Gencode pairs.

mdshw5 commented 5 years ago

I’ve been saying for 2 years now that our PISCES pipeline will be open source, but I have been supporting generalized combinations of transcriptomes in the fashion and it’s really useful for chimeric models as well as custom additions like engineered transcripts and viral elements.

mikelove commented 5 years ago

Interesting, yeah, there are also folks here at UNC who add in viral sequences, etc. I think linkedTxome makes sense here (similar to what you do with PISCES). But it will need to split out two objects which have different genome metadata maybe. For now I'm putting this off while I do other low hanging fruit.

mikelove commented 4 years ago

I don't think this will be feasible anymore, as we will encounter issues with seqnames from different organisms. I think the safest is to push this back to the user, where the GTF should be modified to clearly indicate the origin of the transcripts (e.g. human vs mouse chr1 will need to be indicated in the GTF/GFF).