cellgeni / sceasy

A package to help convert different single-cell data formats to each other
GNU General Public License v3.0
374 stars 54 forks source link

Add `tolower` to format check #64

Open samuel-marsh opened 2 years ago

samuel-marsh commented 2 years ago

Hi sceasy team,

Just quick PR here to aid in format checking in the convertFormat function. It just adds a tolower step when checking the object format. That way capitalization doesn't throw error in running the function.

Best, Sam