Description Usage Arguments Value Examples
Function to perform complete replicated dataset subsetting on dataframe
1 | ms_find_replicate(data, nread = 10, keepfullrep = FALSE)
|
data |
dataset to look for complete set |
nread |
number of reading channels or sample treatements, default value is 10 |
keepfullrep |
whether to only keep the proteins with full replicates in all the experimental conditions, default is FALSE, just to keep the curves that in at least one condition with full replicates |
dataframe containing the full replicated complete dataset
1 2 3 4 | ## Not run:
data_complete_set <- ms_find_replicate(data_scaled)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.