primary tumor-HTSeq count data
1
0
Entering edit mode
3.6 years ago
Rob ▴ 170

Hi all

I downloaded HTSeq file but these are about 600 patients. How can I filter for primary tumors and not all patient?

I tried the following code to exclude non-primary samples but I get error. with this code I could download the data file but when I added line: sample.type = "Primary solid Tumor"I get error

Please help me.

CancerProject <- "TCGA-KIRC"
query <- GDCquery(project = CancerProject,
                  data.category = "Transcriptome Profiling",
                  data.type = "Gene Expression Quantification",
                  sample.type = "Primary solid Tumor"
                  workflow.type = "HTSeq - Counts")

error: Error: unexpected symbol in: " sample.type = "Primary solid Tumor" workflow.type"

rna-seq • 963 views
ADD COMMENT
0
Entering edit mode

Please stick to the previous thread: C: TCGAbiolinks HT-Seq count

ADD REPLY
4
Entering edit mode
3.6 years ago
Ram 43k

OP was asked to open a new question there as this is in fact a new question that is related to the previous Q.

@rhasanvandj, you're missing a comma. Use sample.type = "Primary solid tumor", work....

ADD COMMENT
0
Entering edit mode

Hi Rams It worked Thanks

ADD REPLY
0
Entering edit mode

Upvote|Bookmark|Accept

ADD REPLY

Login before adding your answer.

Traffic: 2704 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