noMasked {sesame}R Documentation

remove masked probes from SigDF

Description

remove masked probes from SigDF

Usage

noMasked(sdf)

Arguments

sdf

input SigDF object

Value

a SigDF object without masked probes

Examples

sesameDataCache("EPIC")
sdf = sesameDataGet("EPIC.1.SigDF")
sdf = pOOBAH(sdf)

sdf_noMasked = noMasked(sdf)


[Package sesame version 1.12.6 Index]