Closed ArashDepp closed 4 years ago
Hi, @ArashDepp !
object$exp$full$norm
) and non-normalized data (object$exp$full$raw
).To sum up: for rna-seq data you would have to normalize it so it is in linear scale and it somehow takes into account the library size. TPM is a natural choice for RNA-seq. Once you've done it, you can pass this data to LinSeed and row-normalization will happen internally.
Cheers, Kostya
Okay...thanks a lot for clarification dear @konsolerr that means I am good to go with TPM data..
Hi, I have two questions:
As emphasized in the paper, performing row normalization helps in the detection of tissue specific genes. So does the linseed perform that internally or do I have to provide the data which is row normalized?
In the methods section of paper under TCGA data processing: "The dataset was then linear-transformed, and samples were normalized to have the same sum of expression levels." What linear transformation does it refer to? Should I perform that linear transformation myself or this is also taken care of by Linseed?
It would be great if you can help me to clear these doubts. Thanks.