[BioC] how to get the first hit in each sequence from vmatchPattern results

wang peter wng.peter at gmail.com
Fri Nov 2 20:17:26 CET 2012


sorry
match_positions <- sapply(1:length(match_positions), function(j)
{unlist(match_positions[j])[1]});


it works

thank u very much
shan



More information about the Bioconductor mailing list