diagnostic_ma | R Documentation |
Minor Allele diagnostic, help choose a filter threshold.
diagnostic_ma(data, group.rank, filename = NULL)
data |
A file in the working directory or object in the global environment
in wide or long (tidy) formats. To import, the function uses
radiator
|
group.rank |
(Number) The number of group to class the MAF. |
filename |
(optional) Name of the file written to the working directory. |
Highly recommended to look at the distribution of MAF
filter_ma
## Not run:
problem <- radiator::diagnostic_ma(
data = tidy.salmon.data, group.rank = 10)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.