Description Usage Arguments Value Author(s) Examples
extract_fpkm Extracts FPKM value from a string
| 1 | extract_fpkm(x)
 | 
| x | a string containing FPKM information | 
The FPKM numeric value
C.A.Kapourani C.A.Kapourani@ed.ac.uk
| 1 2 | data <- 'gene_id "72"; transcr "ENST00000456328"; FPKM "0.0736851531";'
scaled <- extract_fpkm(data)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.