Entering edit mode
18 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?
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.
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?,
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 parameterCROP: Cut the read to a specified length
to keep a certain number of bases (i.e.length - bp you want to remove
).https://github.com/FelixKrueger/TrimGalore/blob/master/Docs/Trim_Galore_User_Guide.md
Try trim_galore