Hello. I finished running the v8 pipeline with docker on my own RNAseq data and there are 3 gcts generated, including sample.exon_reads.gct, sample.gene_reads.gct and sample.gene_rpkm.gct. I want to compare them with the reference dataset which uses TPM and have questions as follows.
-
From the reference v8 dataset(https://www.gtexportal.org/home/datasets), does sample.gene_reads.gct correspond to GTEx_Analysis_2017-06-05_v8_RNASeQCv1.1.9_gene_reads.gct or GTEx_Analysis_2017-06-05_v8_RNASeQCv1.1.9_gene_tpm.gct?
-
Is there a corresponding reference file for sample.exon_reads.gct?
-
Can I use the aggregating outputs command (docker run --rm -v $path_to_data:/data -t broadinstitute/gtex_rnaseq:V8
/bin/bash -c "python3 /src/combine_GCTs.py
${rnaseqc_rpkm_gcts} ${sample_set_id}.rnaseqc_rpkm"). for gcts (other than rpkm_gcts) and rsem files?
Thank you very much for your help!
Hello. I finished running the v8 pipeline with docker on my own RNAseq data and there are 3 gcts generated, including sample.exon_reads.gct, sample.gene_reads.gct and sample.gene_rpkm.gct. I want to compare them with the reference dataset which uses TPM and have questions as follows.
From the reference v8 dataset(https://www.gtexportal.org/home/datasets), does sample.gene_reads.gct correspond to GTEx_Analysis_2017-06-05_v8_RNASeQCv1.1.9_gene_reads.gct or GTEx_Analysis_2017-06-05_v8_RNASeQCv1.1.9_gene_tpm.gct?
Is there a corresponding reference file for sample.exon_reads.gct?
Can I use the aggregating outputs command (docker run --rm -v $path_to_data:/data -t broadinstitute/gtex_rnaseq:V8
/bin/bash -c "python3 /src/combine_GCTs.py
${rnaseqc_rpkm_gcts} ${sample_set_id}.rnaseqc_rpkm"). for gcts (other than rpkm_gcts) and rsem files?
Thank you very much for your help!