Code
vascr_check_duplicate(map_4, "Row")
Message
! Row [ A ] defined more than once
# A tibble: 2 x 5
Row Freq SampleID Column Sample
<chr> <int> <dbl> <chr> <chr>
1 A 2 1 1 2 3 10 nM Treatment 1 + 1nm water
2 A 2 3 1 2 3 10 nM Treatment 2 + 1nm water
Output
NULL
Code
vascr_check_duplicate(map_5, "Sample")
Message
! Sample [ 10 nM Treatment 1 + 1nm water ] defined more than once
# A tibble: 2 x 5
Sample Freq SampleID Row Column
<chr> <int> <dbl> <chr> <chr>
1 10 nM Treatment 1 + 1nm water 2 1 A 1 2 3
2 10 nM Treatment 1 + 1nm water 2 3 C 1 2 3
Output
NULL
Code
vascr_check_duplicate(map_5, "Row")
Output
NULL
Code
vascr_check_col_exists(map_4, "Row")
Output
[1] TRUE
Code
vascr_check_col_exists(map_4, "Not_A_Col")
Message
! Not_A_Col not found in dataframe. Please check
Output
[1] FALSE
Code
w16 = system.file("extdata/instruments/ecis_16_testplate.abp", package = "vascr")
d16 = vascr_import("ECIS", raw = w16, experiment = "W16")
Message
i Starting import
i Importing raw data
v Import complete
Code
vascr_check_resampled(d16)
Output
[1] FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.