TCGA -derived Large RangeSummarizeExperient file
1
0
Entering edit mode
2 hours ago
Tom • 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 • 211 views
ADD COMMENT
1
Entering edit mode
1 hour ago
ATpoint 89k

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: 4983 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