| na.rem {gespeR} | R Documentation |
Remove NA/Inf values from phenotype vectors
na.rem(object) ## S4 method for signature 'Phenotypes' na.rem(object)
object |
A |
A Phenotypes object without NA scores values
Fabian Schmich
phenos <- Phenotypes(system.file("extdata", "Phenotypes_screen_A.txt", package = "gespeR"),
type = "SSP",
col.id = 1,
col.score = 2)
na.rem(phenos)