Usage Format Details References Examples
1 | data("rankedList")
|
The format is: Named num [1:17814] 4.82 4.33 4.25 4.18 4.09 ... - attr(*, "names")= chr [1:17814] "1.48043767313367" "1.37586701949352" "0.212142344466495" "-0.0291897442883637" ...
This ordered list of genes from the comparison between G-CIMP-Low versus G-CIMP-High in the GBM.
Ceccarelli at al - Molecular Profiling Reveals Biologically Discrete Subsets and Pathways of Progression in Diffuse Glioma. - CELL, Volume 164, Issue 3, p550–563, 28 January 2016)
1 2 3 4 5 | library(yaGST)
data(rankedList)
head(rankedList, 10)
tail(rankedList, 10)
fivenum(rankedList)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.