We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the example: HTSeq data: Downstream analysis BRCA mat1 was tumor, mat2 was normal, but the Cond1type was normal, and the Cond2type was tumor.
dataDEGs <- TCGAanalyze_DEA(mat1 = dataFilt[,dataSmTP_short], mat2 = dataFilt[,dataSmNT_short], Cond1type = "Normal", Cond2type = "Tumor", fdr.cut = 0.01 , logFC.cut = 1, method = "glmLRT")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the example: HTSeq data: Downstream analysis BRCA
mat1 was tumor, mat2 was normal, but the Cond1type was normal, and the Cond2type was tumor.
dataDEGs <- TCGAanalyze_DEA(mat1 = dataFilt[,dataSmTP_short], mat2 = dataFilt[,dataSmNT_short], Cond1type = "Normal", Cond2type = "Tumor", fdr.cut = 0.01 , logFC.cut = 1, method = "glmLRT")
The text was updated successfully, but these errors were encountered: