Quality control for DNA extraction with standard format and re-test format.
1 2 | DNAextractQC(path = choose.files, LowerOD = 1.65, UpperOD = 2.20,
DNAcon = 10, outPath, type, db = NULL)
|
path |
the name of the file which the data are to be read from. (default: 'choose.files'). |
LowerOD |
lower limit of OD260/280 ratio (default: 1.65). |
UpperOD |
upper limit of OD260/280 ratio (default: 2.20). |
DNAcon |
DNA concentration (default: 10 µg/ml). |
outPath |
a character string naming a output path. |
type |
*1* : standard format/ *2* : retest format. |
db |
connection handle returned by 'RODBC::odbcConnect'. (default: *NULL*). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.