Skip to content
/ trisomy Public

R script to examine chromosomal abnormality using RNA-seq data

License

Notifications You must be signed in to change notification settings

takaho/trisomy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trisomy

R script to examine chromosomal abnormality using RNA-seq data

This script uses output file of cuffdiff. Expression changes were grouped for each chromosome and significance would be calculated against total mean. Box plot should be generated in PDF format and saved.

Run the script as independent program

If you run the script from command line, following command let use obtain boxplot graph for each chromosome.

Rscript trisomy.R [filename] <[pdf filename]>

First argument must be the output file of cuffdiff version 2, usually named 'genes_exp.diff.' Second argument is optional. If you use non-default filename in boxplot PDF, input the name here.

R interactive mode

The function script can be used interactively in R command line.

''' source(“path/to/trisomy.R”) drawExpressionChangesByChromosome("test.diff", outputFilename="sample.pdf", horizontal=FALSE, excludesXY=FALSE, ylimit=6) '''

Argument Value
outputFilename PDF filename (default:boxplot.pdf)
horizontal Graph direction (default:TRUE)
excludesXY Ignore or include genes on sex chromosomes (default:TRUE)
ylimit Y axis limit (default:4)

About

R script to examine chromosomal abnormality using RNA-seq data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages