Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - E_

1
XCMS / Select specific samples from correspondance file
Hi!
I wonder how to select specific samples after correspondance? For example remove all quality control samples?

# Example code from https://bioconductor.org/packages/devel/bioc/vignettes/xcms/inst/doc/xcms.html
## Perform the correspondence
pdp <- PeakDensityParam(sampleGroups = sampleData(xdata)$sample_group,
                        minFraction = 0.4, bw = 30)
xdata <- groupChromPeaks(xdata, param = pdp)

With filterFeatureDefinitions  its possible to filter features, but how to do it for samples?

Many thanks!
Best,
Elise