View source: R/sampleFiltering.R
runSampleFilter | R Documentation |
This function is one of the processing functions called by processDataset() removes samples from low quality samples identified by removeLowQuality(), groups excluded by chooseGrps()/addGrps()/removeGrps() , and samples specifically excluded by removeSamples()
runSampleFilter(dataset = NULL, temp = F, silent = F)
dataset |
MicroVis dataset (mvdata object) |
temp |
This parameter has no use in this function and can be removed |
silent |
Argument that is ultimately passed onto runSampleFilter(), runFeatureFilter(), and runNormalizer(). If TRUE, it tells these functions to NOT print out any of their processing messages. |
MicroVis dataset (mvdata object) with the following samples removed: 1) Low quality samples identified by removeLowQuality() 2) Samples in groups excluded by chooseGrps()/addGrps()/removeGrps() 3) Specific samples removed by the user using removeSamples()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.