Get fastq files back from LRPatterns output
0
0
Entering edit mode
6.2 years ago
vivekruhela ▴ 20

I have used trimLRPatterns to trim adapters from WES data. But the output of this bioconductor package is not in fastq format. How to convert the output of trimLRPatterns package (which is DNAStringset) into fastq format so that I can use this result in pipeline.

R trimmer adaptor sequencing • 1.3k views
ADD COMMENT
0
Entering edit mode

Use BBDuk / SeqyClean / Trimmomatic / Cutadapt / whatever package which reads fastq and output fastq. How did you read your WES into R? Why are you using R for this?

ADD REPLY
0
Entering edit mode

I am trying to make my complete pipeline of WES analysis in R using Bioconuctor. So I am trying to figure out which one is better to use from trimLRPatterns or trimmomatic or cutadapt. There are some other packages in Bioconductor for adaptor trimming , I am not sure whether they give results in fastq format. Thanks for your reply.

ADD REPLY
0
Entering edit mode

I amusing the command fastq1 <- sread(readFastq(outfile_temp)) to read sequence from fastq files where the outfile_tmp is the combination of multiple fastq files. this command gives the sequences in DNAStrings formats and I lost fastq formats. So after trimming I want that format again. There are some packages to write fastq files but I am not sure how efficient they are. Thanks

ADD REPLY

Login before adding your answer.

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