Description Usage Arguments Value Examples
View source: R/read_masic_data.R
Reading MASIC output from a single directory
1 | read_masic_data(path_to_MASIC_results, interference_score = FALSE)
|
path_to_MASIC_results |
(path string) to directory with MASIC results for all datasets |
interference_score |
(logical) read interference score. Default is FALSE. |
(data.frame) with reporter ion intensities and other metrics
1 2 3 | path_to_MASIC_results <- system.file("extdata/global/masic_output", package = "PlexedPiperTestData")
x <- read_masic_data(path_to_MASIC_results, interference_score=TRUE)
head(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.