Description Usage Arguments Value Examples
View source: R/dna-concentration.r
THIS FUNCTION REQURIES ACCESS TO INTERNAL DATABASES AT DKMS LSL.
Use the prepackaged dataset (concentration) instead.
1  | sample_dna_concentration(x, n = 10000, ncores = 4)
 | 
x | 
 A <  | 
n | 
 Number of samples.  | 
ncores | 
 How many cores to we use for querying the database.  | 
A data.table with the fields:
"lims_donor_id": LIMS_DONOR_ID
"ymd": A timestamp.
"conc": The DNA concentration in ng/<c2><b5>l.
1 2 3 4 5 6  | ## Not run: 
## Generate a random distribution of DNA concentrations
data("dpb1")
conc <- sample_dna_concentration(dpb1, n = 12000, ncores = 12)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.