Sorry for re-upping this post. Can I ask you if in the newer version of Kallisto, inferential replicates are taken into account also when using .tsv files? Because when I am importing tsv files with tximport, it says:
Note: importing `abundance.h5` is typically faster than `abundance.tsv`
reading in files with read.delim (install 'readr' package for speed up)
1 2 3 4 5 6
transcripts missing from tx2gene: 22020
summarizing abundance
summarizing counts
summarizing length
summarizing inferential replicates
so my question is: why it is summarising inferential replicates, at this stage? when using tsv files, are these inferential replicates taken into account when doing the downstream analysis (I am using DESeq2)?
What factors should one consider to determine how many bootstraps should be performed? Thanks