View source: R/transformationFunctions.R
getExperimentFrequencies | R Documentation |
getExperimentFrequencies
calculate features frequencies.
getExperimentFrequencies(
experiment,
pop_mul = NULL,
carrier_frequency = FALSE,
ref = NULL
)
## S3 method for class 'matrix'
getExperimentFrequencies(
experiment,
pop_mul = NULL,
carrier_frequency = FALSE,
ref = NULL
)
## S3 method for class 'SummarizedExperiment'
getExperimentFrequencies(
experiment,
pop_mul = NULL,
carrier_frequency = FALSE,
ref = NULL
)
experiment |
Matrix or SummarizedExperiment object. |
pop_mul |
Number by which number of samples should be multiplied to get the population size. |
carrier_frequency |
Logical flag indicating if carrier frequency should be returned. |
ref |
Wide format data frame with first column named "var" holding
features matching |
Data frame with each row holding specific variable, it's count and frequency.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.