Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Use fastq-mcf with methylation data #41

Open
GoogleCodeExporter opened this Issue Aug 3, 2015 · 2 comments

Comments

Projects
None yet
1 participant
I'm using the fastq-mcf (1.04.662) in my pipeline to filter adaptors and trim 
reads by quality.

I have used it for a methylation sequencing run and I didn't change the skew 
parameter, I left the default parameter -k=2.

I would like to know if would be better to re-run with k=0, just like in the 
help, what is the impact in the reads with -k=2 ?

I would like to know what the -k parameter does to the sequences, it will trim 
them ?

I look at some fastq-mcf reports and show the below messages for the positions 
from 1 to 49:

Within-read Skew: Position XXX from the start of reads is skewed!
Within-read Skew: Position XXX from the end of reads is skewed!

what this means ? This positions were trimmed ?

Best regards,

Milton

Original issue reported on code.google.com by yutak...@gmail.com on 7 May 2015 at 2:53

i would re-run with -k 0 ... skew is really a problem that doesn't happen as 
much with newer sequencers and -k=0 should probably be the new default

Original comment by earone...@gmail.com on 26 Jun 2015 at 2:23

my doubt is what the software does with the skewed position(s) in the read, are 
they removed ?

it could remove methylated regions ?

Thanks

Original comment by yutak...@gmail.com on 26 Jun 2015 at 2:31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment