i want to run an algorithm. The algorithm calculates TF activities score per sample,. The algorithm says ' Input needs a normalized gene expression matrix'.
so I tried to get normalized gene expression matrix,
- TCGA breast cancer raw count from GDAC.
- sample-wise normalization ( TMM/ limma voom transformation)
- gene-wise normalization
my question is :
Can i get normalized gene expression matrix in GDAC? Do I have to normalize the raw count manually?
My trying is right? if not, please give me advice.
please help me~~