tximport with salmon bootstraps and edger/deseq2
1
0
Entering edit mode
Themis • 0
@Themis-24410
Last seen 3.3 years ago

Enter the body of text here

Code should be placed in three backticks as shown below


# include your problematic code here with any corresponding output 
# please also include the results of running the following in an R session 
rep <- tximport(files, type = 
"salmon",countsFromAbundance="scaledTPM",varReduce=F, txOut = 
F,tx2gene=tx2gene,ignoreTxVersion = TRUE)
> names(rep)
[1] "abundance"           "counts"              "infReps"             "length"
[5] "countsFromAbundance"
# From this point on, I have a difficulty on how to use these data on 
#edgeR or deseq2, since I don't know how to take the bootstrap data 
#into account. I have performed similar analyses using the TPM values 
#without bootstraps but I can't really figure how to import them as 
#well. Hence, I kindly request if you can propose a way to continue 
#with my downstream analysis
sessionInfo( )
tximport • 1.0k views
ADD COMMENT
2
Entering edit mode
@mikelove
Last seen 8 hours ago
United States

We found in our paper on inferential uncertainty that making use of bootstrap/Gibbs replicates didn't have a huge impact on gene-level analysis (see Fig 2 for example).

If you are interested in transcript-level analysis, I'd recommend to consider the Swish method and vignette, which we've developed from our group particularly for use with tximport / tximeta and making use of the inferential samples:

ADD COMMENT

Login before adding your answer.

Traffic: 594 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6