Description Usage Arguments Value
Read FAIMS data generated using an autosampler
| 1 2 3 | ReadInFaimsDirectoriesAutosampler(dataPath, numRuns,
  filePattern = ".*[.](txt|asc)", runNumPattern = "[0-9]+[.](txt|asc)",
  dec = ".", minFlowRate = 1.9, dirPattern = ".*")
 | 
| dataPath | The directory to scan for data | 
| numRuns | The number of runs to take | 
| filePattern | a regex which should match the names of the files you want to ingest | 
| runNumPattern | a regex which should match the run number of your data. Any characters found will be stripped and the result converted using as.numeric | 
| dec | Decimal symbol | 
| minFlowRate | minimum acceptable flow rate. If min flow rate falls below this threshold an error is thrown | 
A FAIMS object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.