This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Non A T G C base in RefSeq zebrafish mRNA sequence

I found some non A T C G base in refseq zebrafish mRNA sequence: 'Y', 'K', 'R', 'M', 'W'

Couldn't find out what do they mean.

e.g.

NM_001012366.1
http://www.ncbi.nlm.nih.gov/nuccore/59933235?report=fasta
at line:
CCCCCACAGTCCCTGCATTACGGGAATGTGCAGGCAAGAGGAAGCGGTCTCAGGGAGAGGAGGMCGAAGG

This is causing error for some alignment tool, such as bfast.

Thanks

rna-seq sequence

2 answers

Could be IUPAC codes for ambiguous nucleotides: http://droog.gs.washington.edu/parc/images/iupac.html

Yes it is IUPAC. If they crash the tool you use, just mask them (replace them by N)

Log in to answer this question.