flowFrame that matches to the given keywordname
It first does a complete word match(case insensitive) between name and flow channels and markers.
If there are duplcated matches, throw the error. If no matches, it will try the partial match.
getChannelMarker(frm, name, ...)flowFrame objectcharacter the keyword to matchdata.frame that contains "name"(i.e. channel) and "desc"(i.e. stained marker) columns.