Description Usage Arguments Author(s)
'getPAM50rank(df)' first extracts PAM50 genes based on the EntrezID. Therefore, the input dataframe 'df' (usually the assayData from expressionSet; rows are genes, and columns are samples) has to have rownames assigned to EntrezID (Gene ID). After extracting 50 genes, it will then rank those 50 genes based on the values per sample, and then finally normalized the rank values by the number of genes in the dataframe (usually 50 genes) .
1 |
df |
dataframe, rows are genes columns are samples. Row names has to be EntrezID. |
Andrew Chang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.