hello everyone,
I identified some lincRNA from different light treatment and tissue specific data.Now I want to see differential expression of these lincRNA among these tissue and light specific data so for that I align individual raw read (tissue and light specific) to these lincRNA(predicted) then try to generate count file by featureCount but gave only zero while in samtools idxstats gave mapped reads.
lincRNA file looks like:
>SL3.0ch00:1230877-1231088
GCCTATATATAGAGTACTAAATTCCTTAAAAAGGCATCTCGGAAGTTCCATAAATAGATCAAGATATCGAATAAGAGAGGTCAAATGTAAATCATCCTAGTTCGAGAAATACGCCACTAACGACCCTCGAATCATACAAAATCATGGAGAGTAGAATTAAGGGATCAATAGAATTGTACCGCTG
>SL3.0ch00:1147815-1150318
GAGCAGCCATAGAACAAAAGCAGTTGTGGGTGAGCTGGTTTAAACCTCCTCAATAAGAGGCGTGCGCACCAACAAGCGAGGGTTTGAATCCCACCAGTAGCATTTATTTTTTTAAAAAAATT
samtools idxstats accepted_hits.sort.bam > samid.txt
which looks like:
SL3.0ch00:1230877-1231088 211 0 0
SL3.0ch00:1147815-1150318 2503 0 0
SL3.0ch00:1147485-1147759 274 0 0
SL3.0ch00:1150608-1151254 646 4 0
because these lincRNA are from intergenic region so would overlap with original gtf file (which available at solgenomic website)
so from these lincRNA file itself I created GTF file which looks like this:
SL3.0ch00 myIntergenic intergenic 1230877 1231088 . + . gene_id "xxx"; trancript_id "SL3.0ch00:1230877-1231088";
SL3.0ch00 myIntergenic intergenic 1147815 1150318 . + . gene_id "xxx"; trancript_id "SL3.0ch00:1147815-1150318";
featureCounts -T 60 -F GTF -t intergenic -a intergenic_created.gtf -o feature4.bed SLY_veg06_sorted.bam
this I used for feature Count but I got zero count for all transcript.
kindly guide me how to solve this.
rna-seq
next-gen
alignment
Your
samtools idxstatsoutput shows no reads on the two lincRNAs from your custom GTF file.yes...but what about
??
??? Sorry but can you use real examples in your question, please? It is very hard to follow now
sorry for not clear but they are real examples only.
If you want good help, ask a clear question with good examples. That is my advice. Now it is misleading, if you gave clear examples from the beginning I wouldn't have commented.