TCGAbiolinks (version 1.2.5)

TCGAquery_integrate: Filtering common samples among platforms from TCGAquery for the same tumor

Description

In order to help the user to have an overview of the number of samples in common we created the function `TCGAquery_integrate` that will receive the data frame returned from `TCGAquery` and produce a matrix n platforms x n platforms with the values of samples in commun.

Usage

TCGAquery_integrate(query)

Arguments

query
is the output of TCGAquery

Value

table with common samples among platforms from TCGAquery

Examples

Run this code
query <- TCGAquery(tumor = 'brca',level = 3)
matSamples <- TCGAquery_integrate(query)

Run the code above in your browser using DataCamp Workspace