This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to compute survival analysis between LncRNA and one type cancer (i.e.Breast Cancer) based on TCGA
  1. I want compute survival analysis between LncRNA and Breast Cancer based on TCGA. but i don't know how get the LncRNA information. 2.Should I must download the raw RNA-seq data from the TCGA database one patient by one patient?
  2. How to identify the LncRNA based on the RAW data

Thank you

tcga lncrna rna-seq survival analysis

1 answer

You can make use of already processed TCGA dataset, in TANRIC they also cover survival analysis extensively for all cancer types from TCGA.

http://ibl.mdanderson.org/tanric/_design/basic/index.html

http://ibl.mdanderson.org/tanric/_design/basic/query.html

If you want some independent dataset, you can have a look into this resource (but I am not sure whether this covers LncRNAs).

http://watson.compbio.iupui.edu/chirayu/proggene/database/?url=proggene

TCGA survival analysis tutorial,

Survival analysis of TCGA patients integrating gene expression (RNASeq) data

My final purpose is to establish a model like as below. It is a paper. So I want to get LncRNA information. And then put them divide into two groups. one is train group, the other is validation group. Based Cox regression, construct a model of some lncRNA equation。

"Transcriptome sequencing uncovers a three–long noncoding RNA signature in predicting breast cancer survival"

You can still follow the tutorial mentioned above. Divide the RNAseq patients samples into two group training and the validation set.

but my question the dataset from the Tutorial you give don't covers LncRNAs.

The RNAseq data you download from TCGA will have all classes of RNAs, you just have to separate them based on their property using available annotations like, Gencode, Ensembl, UCSC etc.,

Example as discussed in these posts you can obtain the annotation file and match ensembl IDs from TCGA RNAseq data with your annotation file containing the classification of RNAs (protein_coding, lincRNAs, etc.,)

A: Identify lncRNA in list of Ensembl ID's

The easy way is to download GTF file from Gencode and follow these steps to get annotation as table format,

A: Converting gtf format to bed format

Orelse if you are familiar with UCSC table browser follow these steps,

A: I need to download a list of all human genes with their respective Esemble gene

Log in to answer this question.