Description Usage Details Value Source Examples
Package provides miRNASeq datasets from The Cancer Genome Atlas Project for
all cohorts types from http://gdac.broadinstitute.org/.
Data were downloaded using RTCGA-package and contain snapshots for
the date: 2015-11-01
. The process is described here:
http://rtcga.github.io/RTCGA/.
Use cases, examples and information about datasets in RTCGA.data
family can be found here: browseVignettes("RTCGA")
. miRNASeq data format
is explained here https://wiki.nci.nih.gov/display/TCGA/miRNASeq#miRNASeq-DataOverview.
There is one extra column "machine" in each dataset which describes a machine that
produced dataset. It can be: Illumina Genome Analyzer, Illumina HiSeq 2000 or both.
Converting RTCGA.miRNASeq datasets from data.frames
to Bioconductor classes is explained here convertTCGA.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 | ACC.miRNASeq
BLCA.miRNASeq
BRCA.miRNASeq
CESC.miRNASeq
CHOL.miRNASeq
COAD.miRNASeq
COADREAD.miRNASeq
DLBC.miRNASeq
ESCA.miRNASeq
FPPP.miRNASeq
GBM.miRNASeq
GBMLGG.miRNASeq
HNSC.miRNASeq
KICH.miRNASeq
KIPAN.miRNASeq
KIRC.miRNASeq
KIRP.miRNASeq
LAML.miRNASeq
LGG.miRNASeq
LIHC.miRNASeq
LUAD.miRNASeq
LUSC.miRNASeq
MESO.miRNASeq
OV.miRNASeq
PAAD.miRNASeq
PCPG.miRNASeq
PRAD.miRNASeq
READ.miRNASeq
SARC.miRNASeq
SKCM.miRNASeq
STAD.miRNASeq
STES.miRNASeq
TGCT.miRNASeq
THCA.miRNASeq
THYM.miRNASeq
UCEC.miRNASeq
UCS.miRNASeq
UVM.miRNASeq
|
browseVignettes("RTCGA")
Data frames with miRNASeq data.
http://gdac.broadinstitute.org/
1 2 3 4 | ## Not run:
browseVignettes("RTCGA")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.