AndrewC160 / ROMOPOmics

R package to parse datasets into SQLite-friendly tables
Other
4 stars 2 forks source link

allow load .tsv and .csv files #15

Closed ngiangre closed 3 years ago

ngiangre commented 3 years ago

it's annoying only being able to load .tsv - it's hard to edit those files since excel doesn't recognize them. Need to allow both.

ngiangre commented 3 years ago

need to modify loadModelMasks (regex removing extension name) and readInputFile (make separate reader function like read_mask_tsv)

ngiangre commented 3 years ago

revised functions to take in csv or tsv file