Hi,
I am looking into TE expression upon drug treatment using stranded RNA-seq of two samples.
Here are the commands I used
squire Count -c <clean_dir> -f <fetch_dir> -r 75 -n <sample fastq> -p 4 -b hg38 -s 2 squire Call -1 -2 -A treated -B control -i squire_count -o -p 4 -f pdf
The number of TE copies in "DESeq2_TE_only.txt" is not the same across samples while the number of genes in "DESeq2_RefSeq_only.txt" is the same. (To avoid the case where one TE copy/gene generates two transcripts in the opposite strand, I trimmed the transcript strand information in row names and count the number of TE copy and gene.)
- sample A: 28277 gene (from DESeq2_RefSeq_only.txt), 113262 TE copies (from DESeq2_TE_only.txt)
- sample B: 28277 gene (from DESeq2_RefSeq_only.txt), 159599 TE copies (from DESeq2_TE_only.txt)
I expect to see all TE copies in "DESeq2_TE_only.txt" but only a subset of TE copies are shown for each sample and the number of TE copies is discordant across samples. Is there a way for me to have SQuIRE output with all TE copies?
Hi,
I am looking into TE expression upon drug treatment using stranded RNA-seq of two samples.
Here are the commands I used
squire Count -c <clean_dir> -f <fetch_dir> -r 75 -n <sample fastq> -p 4 -b hg38 -s 2squire Call -1 -2 -A treated -B control -i squire_count -o -p 4 -f pdfThe number of TE copies in "DESeq2_TE_only.txt" is not the same across samples while the number of genes in "DESeq2_RefSeq_only.txt" is the same. (To avoid the case where one TE copy/gene generates two transcripts in the opposite strand, I trimmed the transcript strand information in row names and count the number of TE copy and gene.)
I expect to see all TE copies in "DESeq2_TE_only.txt" but only a subset of TE copies are shown for each sample and the number of TE copies is discordant across samples. Is there a way for me to have SQuIRE output with all TE copies?