Hi,
I am the beginner to perform RNA Seq analysis. I installed FASTQC and submitted the RNA sequence to check the quality of the sequence. Over represented sequences are observed in FASTQC analysis. I tried to remove it using the Trimmomatic tool. I installed and submitted fastq file to remove the over represented sequences. But I could not remove those over represented sequences. Can anyone help me to remove these adapters in fastq file?
Overrepresented sequences
Sequence Count Percentage Possible Source
ATGATGAGATCGTTCAGTACGGCAAAAAAAAAAAAAAAAAAAAA 102956 3.856180165819193 No Hit
ATGATGAGATCGTTCAGTACGGCAATAAAAAAAAAAAAAAAAAA 76284 2.8571899429790526 No Hit
ATGATGAGATCATTAGTTGAAAGCCGAAAAAAAAAAAAAAAAAA 68466 2.5643695484767948 No Hit
ATGATACCCGTAATCTTCATAATCCGAGAAAAAAAAAAAAAAAA 67906 2.5433949487171037 No Hit
ATGATATTATGCACATTTTCTAGTTCAAAAAAAAAAAAAAAAAA 60988 2.2842837324000635 No Hit
ATGATTCATCAGGCCATAGCTGTCCAAAAAAAAAAAAAAAAAAA 33121 1.2405352118584394 No Hit
ATGACATGACACTGATTAGGGATGTGAAAAAAAAAAAAAAAAAA 29486 1.1043875866325878 No Hit
ATGATACCCGTAATGTTTCCGCTGAGAAAAAAAAAAAAAAAAAA 27382 1.0255830189640345 No Hit
ATGACACCCGTACATATGTTTCCGTGCTAAAAAAAAAAAAAAAA 27230 1.0198899133149757 No Hit
ATGATACCCGTATAAGTTTCTGCTGAGAAAAAAAAAAAAAAAAA 26507 0.9928102068395173 No Hit
ATGATAATACGTCGTTGGTGTTTCCATAAAAAAAAAAAAAAAAA 25893 0.9698130563887133 No Hit
ATGATGAGGTAGGCTCAGTAGATGCGAAAAAAAAAAAAAAAAAA 17423 0.6525722350233867 No Hit
ATGAGAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 16971 0.6356427366459217 No Hit
ATGATACAAAGTATTTGAAAAGTCGTGCAAAAAAAAAAAAAAAA 15294 0.5728313012941
It is good to post the exact command line you used with the options so people can get an idea of how you ran trimmomatic. It is possible to use an incorrect option (or an option incorrectly), when you are a new user.
Hi sir,
Thanks for your reply sir. I am not sure whether the command is correct or not? Is there any adapter file we must provide while running the command sir?
Command I used to run trimmomatic is
the input sequence is SRR514378.fastq.
output
Though job is running successfully sir, I could not filter the adapters. Can anyone help me to remove the adapters using trimmomatic software