Description Usage Arguments Details Value Author(s) References Examples
This function selects microRNAs with standard deviation greater than 0.5, employs NMF to discover subtypes and SAM to identify microRNAs associated with the subtypes.
1 | PanNETsubtypesmicRNA(Indata)
|
Indata |
is the PanNETsubtypesmicRNA.Indata dataset which is micRNA expression data of tumors. micRNAs are on the rows and the first column contain the micRNA names. |
The dataset used here, PanNETsubtypesmicRNA.Indata, is microRNA expression data of tumors. micRNAs with standard deviation greater than 0.5 are selected, NMF is employed to discover subtypes and SAM to identify microRNAs associated with the subtypes.
The output of this function include NMF subtypes and associated SAM microRNAs saved in your working directory under PanNetResults/micRNA folder.
Anguraj Sadanandam anguraj.sadanandam@icr.ac.uk
Anguraj Sadanandam, et all (2015). A cross-species analysis in pancreatic neuroendocrine tumors reveals molecular subtypes with distinctive clinical, metastatic, developmental, and metabolic characteristics. Cancer Discovery.
1 2 3 4 | ## Only one dataset required for this function
data(PanNETsubtypesmicRNA.Indata)
## Run the function
PanNETsubtypesmicRNA(PanNETsubtypesmicRNA.Indata)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.