Description Usage Arguments Value
given an accession number(gseXXXX), this fxn download and extract the expression matrix
1 2 3 4 5 6 7 8 9 10 11 | soft2exp.pval(
AccNum,
detectp.col = 3,
exp.col = 2,
symbol.col,
entrezID.col,
phe.col,
detectp = 0.05,
detectionRate = 0.5,
log2 = F
)
|
AccNum |
accession number |
detectp.col |
column number of detection p value |
exp.col |
column number of expression value |
symbol.col |
column number of expression value, for arraymatrix data the GPL header is usually SYMBOL; for agilent44K it is GENE_SYMBOL(10th column of GPL4134) |
entrezID.col |
column number of entrez id, for affymetrix data it is named Entrez_Gene_ID, for agilent it is GENE(9th column of GPL4134) |
phe.col |
specify the phenotype information want to extract from the gsmlist |
detectionRate |
threshold of sample detection rate for each gene |
log2 |
set to T for logrithm transformation |
a list with expmatrix probeID symbols and entrezID
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.