Hi everyone
In a RNA Seq experiment where we put a transgene in mice cells, my gene of interest (that transgene) is on an "artificial" chromosome which contains only this gene. I'm trying desesperately to isolate that chromosome from the data, using R package cummeRbund (DESeq2 and edgeR are options too...). Does someone has an idea how to do that trick ?
Thank you so much for helping me...
Cheers
Guillaume
Dead Hans-Rudolf,
Thank you for your quick answer !
my problem is the following : my reference genome (GTF) does not contain any information on my transgene, which is referenced as an extra chromosome. (the experiment was a transfection of a human gene in a mouse cell line)
My question is then : how can I get the informations (quantification of expression, isoforms) about that precise chromosome (which contains only one gene, the one we transfected) ?
Does this question sound a bit more clear ? I didn't see how to do this in quasR , but maybe I didn't get a part of the package possibilities...
Once again, thank you.
Kind regards
Guillaume
Use the sequence of your transgene (ie the extra chromosome) as your 'auxiliary file'. After doing the alignment, you will get an extra BAM file for your transgene.
Hope this helps, Hans-Rudolf