View source: R/GSEPD_Process.R
| GSEPD_ProcessAll | R Documentation |
Runs each pairing within GSEPD$sampleMeta$Conditions.
GSEPD_ProcessAll(G)
G |
The GSEPD object from GSEPD_INIT() |
Set your GSEPD$LIMIT before running each pairwise comparison.
Returns the last GSEPD object.
GSEPD_Process
data("IlluminaBodymap")
data("IlluminaBodymapMeta")
head(IlluminaBodymap)
set.seed(1000) #fixed randomness
isoform_ids <- Name_to_RefSeq(c("HIF1A","EGFR","MYH7","CD33","BRCA2"))
rows_of_interest <- unique( c( isoform_ids ,
sample(rownames(IlluminaBodymap),
size=2000,replace=FALSE)))
G <- GSEPD_INIT(Output_Folder="OUT",
finalCounts=round(IlluminaBodymap[rows_of_interest , ]),
sampleMeta=IlluminaBodymapMeta,
COLORS=c("green","black","red"))
# G <- GSEPD_ProcessAll( G ) #would run across all pairs of G$Condition
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.