How to trim reads for Chip Seq analysis
1
0
Entering edit mode
11 months ago
users2023 • 0

Hi I am doing a Chip-seq analysis. How do you cut for base sequence content in the final part where some bases tend to go down and some bases up ??? on the galaxy platform. Is it necessary to continue the analysis?enter image description here

base content sequence • 1.0k views
ADD COMMENT
0
Entering edit mode

I don't think you need to worry about that. Aligner should be able to soft-clip anything that does not map on that end. Carry on with the analysis.

ADD REPLY
0
Entering edit mode

Thanks , but I need to do an exam and I want to cut the final part but i don't understand how can I do that :( with galaxy.my professor said to use the tool " trimmomatic a flexible read trimming tool for illumina ngs data" , but i don't know what i should select among the options to correct only this part . do you know how to do it?,

ADD REPLY
0
Entering edit mode

If you need galaxy specific answers then it is better to post your queries on their help site: https://help.galaxyproject.org/

On galaxy, you will need to use Insert trimmomatic operation option and then add the parameter CROP: Cut the read to a specified length to keep a certain number of bases (i.e.length - bp you want to remove).

ADD REPLY
0
Entering edit mode
11 months ago

You should do a quality and adapter trimming here, that will probably fix what you see there

the help states:

The current trimming steps are:

ILLUMINACLIP: Cut adapter and other illumina-specific sequences from the read.
SLIDINGWINDOW: Perform a sliding window trimming, cutting once the average quality within the window falls below a threshold.
LEADING: Cut bases off the start of a read, if below a threshold quality
TRAILING: Cut bases off the end of a read, if below a threshold quality
CROP: Cut the read to a specified length
HEADCROP: Cut the specified number of bases from the start of the read
MINLEN: Drop the read if it is below a specified length
TOPHRED33: Convert quality scores to Phred-33
TOPHRED64: Convert quality scores to Phred-64
ADD COMMENT

Login before adding your answer.

Traffic: 2122 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