Description Usage Arguments Value Author(s) See Also Examples
This function parses a FSA file holding fragment analysis data, using seqinr package's read.abif
.
1 |
file |
Single character value, the name and path of the file to parse. |
applyLowess |
Single logical value, whether to apply |
processed |
Single logical value, whether to use processed DATA values (as stored in sets 9 to 12, not always available) rather than raw values (sets 1 to 4). If |
meta.extra |
Named character vector, defining which extra fields to extract to populate the |
... |
Further arguments to be passed to |
A S3 object of class fsa
Sylvain Mareschal
read.abif
, GEP.process
, plot.fsa
, read.sanger
1 2 3 | # Example FSA file provided
fsa <- read.fsa(system.file("extdata/fsa/A5918.fsa", package="MLPA"))
print(fsa)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.