Description Arguments Details Value Author(s) See Also Examples
Get G/C content for all or selected UNIT_IDs.
Usage
probeContentGC(object, which = "", unitID = NULL, unittype = "transcript")
object |
Object of class |
which |
type of probes to be used, for details see |
unitID |
optional vector of UNIT_IDs. |
unittype |
|
Function probeContentGC
returns a data.frame
containing columns “Mask”
and “ContentGC” for all or selected the UNIT_ID(s).
For exon arrays the type of UNIT_ID(s) depends on unittype
.
A data.frame
.
Christian Stratowa
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## load ROOT scheme file
scheme.test3 <- root.scheme(paste(path.package("xps"),"schemes/SchemeTest3.root",sep="/"))
scheme.test3 <- attachProbeContentGC(scheme.test3)
## get UNIT_ID for probeset IDs
id <- probesetID2unitID(scheme.test3, c("PA1178_oprH_at","AFFX-Bt_eIF-4E_3_at","100084_at"))
## get GC content
gc <- probeContentGC(scheme.test3, unitID=id)
head(gc)
scheme.test3 <- removeProbeContentGC(scheme.test3)
rm(scheme.test3)
gc()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.