Open rcastelo opened 2 days ago
Dear @BioLaoXu I have moved your comment to a new issue. It's important to avoid mixing different problems in the same issue. I would need a bit more information to be able to identify the problem, concretely, the version of the genome on which your RNA-seq reads were aligned and if possible, I would need to access the GTF or GFF file that you are using to build the TxDb
object.
@rcastelo thank you for your reply, my reference genome and GTF are both emsembl data and are not UCSC databases, detailed species and version: Mus_musculus.GRCm38.94,sorry that the file is too large, it cannot be upload。
By the way, according to the description of the article(CleanUpRNAseq), gDNAx does not remove exon region reads , if this is true, then gDNAtx
should not be considered true gDNA contamination removal,is this true?
I'm also getting a similar error for bulk-RNA data,
but when check&dubug
gDNAdx
function source code,i found that this error caused bygDNAx:::.fetchIGCandINTrng
,So I suspect that the TxDb I generated with makeTxDbFromGFF contains incomplete,then I try to add other parameters to skip the relevant analysis,for example:useRMSK = F
.gdnax <- gDNAdx(bam_files, txdb=txdb,verbose = F,strandMode = NA,singleEnd=F,exonsBy = "gene",useRMSK = F)
it worked,but I doubt the accuracy of the calculations,IGC are all 0.
Are there any other better suggestions or more gtf TxDb based tests?
Originally posted by @BioLaoXu in https://github.com/rcastelo/gDNAx/issues/3#issuecomment-2456195681