Description Usage Arguments Value Examples
This is a custom function to tidy up the RTCGA.miRNASeq data.frames. The aim is to strip out unnessecary data and get to a typical bioconductor expression matrix. To achieve that, the function drops unneeded columns and rows, extract the patient bcr and microRNA miRBase IDs and add them to the transposed matrix as column and row names.
1 | mirna_tidy(mirna)
|
mirna |
A RTCGA.miRNASeq data.frame |
A tidy expression matrix with microRNAs in the rows and patient samples in the columns.
1 2 3 | library(RTCGA.miRNASeq)
rtcga.df <- ACC.miRNASeq
ACC.mat <- mirna_tidy(rtcga.df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.