read.fsa | R Documentation |
This function parses a FSA file holding fragment analysis data, using seqinr package's read.abif
.
read.fsa(file, lowess = TRUE, lowess.top = 200, processed = FALSE, meta.extra = NULL,
quiet = FALSE, ...)
file |
Single character value, the name and path of the file to parse. |
lowess |
Single logical value, whether to apply |
lowess.top |
Single numeric value, values flagged as "off-scale" or above this threshold will be replaced by |
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 |
quiet |
Single logical value, whether to print FSA meta-data read from the file or not. |
... |
Further arguments to be passed to |
A S3 object of class fsa
Sylvain Mareschal
read.abif
, generic.process
, plot.fsa
, read.sanger
# Example FSA file provided
fsa <- read.fsa(system.file("extdata/fsa_GEP/A5918.fsa", package="FSAtools"))
print(fsa)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.