Entering edit mode
francesco.brundu@gmail.com
▴
40
@francescobrundugmailcom-5985
Last seen 6.6 years ago
Hi,
I am trying to understand how to load a plain csv file in MAST. I looked for the vignettes (e.g. https://github.com/RGLab/MAST/blob/master/vignettes/MAST-Intro.Rmd ) but it is unclear to me how it can be done. My idea is about something as simple as:
df <- read.table(...)
Is it possible, or do I have to use an intermediate package to provide data to MAST?
Thanks,
Francesco