TCGA -derived Large RangeSummarizeExperient file
1
0
Entering edit mode
10 weeks ago
Ben • 0

Hello, I am analyzing TCGA data by R.

A Large RangeSummarizeExperient file was available now. And the packages of SummarizedExperiment and GenomicRanges were used to analyze the data file.

The function of rowDate was used to get the sample information, by which a Large DFrame was generated

(Fig 1)enter image description here.

I would like to take several items from the Large DRrame

(Fig. 2)enter image description here.

I am taking a single item individually. It is a little time-consuming. Is there a simple way to do that. Thanks a lot !

analysis data TCGA • 7.5k views
ADD COMMENT
1
Entering edit mode
10 weeks ago
ATpoint 90k

For the end user these DFrames are just regular data.frames, so you can do col_data[,c("barcode", "patient", "whatever")] or just do as.data.frame(col_data). Does that help?

ADD COMMENT
0
Entering edit mode

It works well. Thank you very much ! ATpoint

ADD REPLY

Login before adding your answer.

Traffic: 4501 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6