Skip to content
This repository was archived by the owner on Jan 14, 2022. It is now read-only.
This repository was archived by the owner on Jan 14, 2022. It is now read-only.

plots in deseq2 #32

@Kappy2

Description

@Kappy2

Hi,
First, totally new to rnaseq analysis... figured out the command line portion (star, stringtie) and also managed deseq2 in R.
So I figured out how to analyze the differential expression in R, got actual fold change values in the command line tables!! But... I can't figure out how to 'save' the resulting expression analysis as a csv file. I did this below but I have no idea where the file is; I checked all of the folders, don't see it.

write.table(res, file="ctrlVS10um.txt", append = FALSE, sep = "\t" )

The other issue is when I tried plotMA or plotcounts, it looks like its running, but I have no idea where to find the graphs. Is it supposed to pop up in my command line window? How would I find the graphs so I can save and export them onto my local computer?

I've been googling both, but all I find are instructions on how to generate graphs or save files, nothing on how to actually save them or where they go.

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions