View source: R/read_mitofish.R
mitofish_to_csv | R Documentation |
Converts from a mitofish XLSX file to two CSVs. The hit CSV contains with one row per hit, with the sample name designating the stregth of the hit. The nohit CSV contains just the sequence of number of hits
mitofish_to_csv(file, outfile = basename(file), outdir = ".")
file |
file path to the xlsx file output from mitofish |
outfile |
basename for output files, defaults to the name of the input file |
outdir |
directory to write CSVs to. Defaults to current working directory |
list, with a data.frame of hits and a data.frame for nohits
Matt Espe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.