importABF | R Documentation |
Import ABF files from experiment.
importABF(
x,
mdFlag = "-exaMD.csv",
dir = ".",
format = "abf",
sv = TRUE,
ret = TRUE
)
x |
Unique ID. Will be combined with mdFlag to isolate and import. |
mdFlag |
tag that will identify md from experimental parameters |
dir |
base directory to start search in |
format |
what format of file are you importing. |
sv |
Logical. Save nnest. Default is TRUE. Will return list of elements. Named as nnest. |
ret |
= return the list or just save it. |
list with all the components to run data analysis
## Not run:
field = importABF("field", mdFlage = "-MD.csv", dir = "exa/field")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.