the where() function works just with nucleotide data for me. I would like to use it with amino acid sequences!
My goal here is to trim my alignment based on my first sequence (to match it's length), so I thought of using where to search for the coordinates of my first-row sequence and trim it.
the
where()
function works just with nucleotide data for me. I would like to use it with amino acid sequences!My goal here is to trim my alignment based on my first sequence (to match it's length), so I thought of using where to search for the coordinates of my first-row sequence and trim it.