I am trying to make a PCA plot using R/Bioconductor- Deseq2. I have RNA-seq data saved to my computer. How to I upload this data to the program and what commands do I use to create the plot?
I am using this visualization method to see if my two experimental groups are compatible before I enter them into Cuffdiff. Which files do I use as input (raw fastq files or the SAM files from the aligner)?
I am also interested in making a differential analysis plot using the same programs when I am done running the data through Cuffdiff. What commands are used for this?
Thanks for the help.
http://www.bioconductor.org/help/workflows/rnaseqGene/
You'll need read counts for creating a PCA plot, generated by HTSeq-count of featureCounts for example. For the rest of your questions, do you know a bit of R?