| mfdb_aggregate_na_group | R Documentation | 
A decorator for other MFDB attributes to file NAs into another group, either one created by the main function or not.
mfdb_na_group(sub_aggregate, na_group)
sub_aggregate | 
 An   | 
na_group | 
 The group to assign NAs to, e.g. "len_unknown"  | 
The NA group won't be added to any aggregate files generated by MFDB, since the output would be invalid.
An mfdb_aggregate object that can then be used in querying functions such as
mfdb_sample_count
length <- mfdb_na_group(mfdb_step_interval("len", 10), 'len_unknown')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.