Description Usage Arguments Value Author(s) Examples
View source: R/SnpSetIlluminaQC.R
Remove samples from a SnpSetIllumina object that show a low quality
1 | removeLowQualitySamples(object, min.intensity = 1500, min.gt = 100, subsample = "OPA")
|
object |
|
min.intensity |
|
min.gt |
|
subsample |
factor or column name in |
This function returns an SnpSetIllumina
object.
Jan Oosting
1 2 | data(chr17.260)
chr17.260<-removeLowQualitySamples(chr17.260,min.gt=10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.