powered by
remove_samples_by_na_metadata(dataset, metadata.var)
## Example of removing samples that have NAs on metadata's variable data(cachexia) cachexia$metadata$Muscle.loss[10] = NA cachexia = remove_samples_by_na_metadata(cachexia, "Muscle.loss")
Run the code above in your browser using DataLab