res_example | R Documentation |
Differential expression example for HCC vs adjacent liver tissue computed in diffExp() function
res_example
A data.frame with 963 rows and 18 variables:
Ensg ID
Log2 fold-change
log CPM value
LR value
p.value
FDR
taxon id
Gene id
Locus tag
Chromosome
Chromosome location
Full gene name
type of gene
HGNC symbol
Gene function
To generate this dataset use the following code from the octad package
#load data.frame with samples included in the OCTAD database.
phenoDF=.eh[['EH7274']]
#select data
HCC_primary=subset(phenoDF,cancer=='liver hepatocellular carcinoma'&sample.type == 'primary')
#select cases
case_id=HCC_primary$sample.id
control_id=subset(phenoDF,biopsy.site=='LIVER'&sample.type=='normal')$sample.id[1:50]
res=diffExp(case_id,control_id,source='octad.small',output=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.