filter_row_missing_rate | R Documentation |
Remove samples below a specific missing rate threshold.
filter_row_missing_rate(object, threshold, verbose)
## Default S3 method:
filter_row_missing_rate(object, threshold = 0.5, verbose = TRUE)
## S3 method for class 'Metabolite'
filter_row_missing_rate(object, threshold = 0.5, verbose = TRUE)
object |
An object, data.frame, data.table or Metabolite. |
threshold |
missing rate threshold, default is 0.5. Other values: 0.2, 0.8. |
verbose |
print log information. |
data(df_plasma)
v <- filter_row_missing_rate(df_plasma)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.