Can you please provide the link to Linux version of MeV.
• 0 views
•
link
Hi,
I have performed RNA-seq data analysis. pipeline TopHap > Cufflinks > Cuffcompare > Cuffdiff I would like to do PCA for the cuffdiff output data. Can anyone suggest any tool to do PCA that does not involve R packages and in Linux environment?
Thanks.
MeV is a good start
Hi, i think BioVinci can work for you. It supports Ubuntu and the PCA function over there does not required any coding. You can find it here: https://vinci.bioturing.com/

Log in to answer this question.
Have you checked the funtion
prcomp?You can read more about it here: https://www.r-bloggers.com/principal-component-analysis-in-r/
Also, if you ever change your mind on not using R pakages, might want to check
mixOmicsWhy exclude R? R is one of the most popular languages in bioinformatics, excluding that language will make your analysis only more difficult...