Description Usage Arguments Details Value Author(s) References See Also Examples
This function provides lists of genes that have different Major isoforms (most expressed) when different intervals of the experimental conditions are considered.
The subrange of the experimental conditions can be chosen as a specific point, all the points of a specific experimental group or at any point.
1 | PodiumChange(get, only.sig.iso=FALSE, comparison=c("any","groups","specific"), group.name="Ctr", time.points=0)
|
get |
a |
only.sig.iso |
TRUE when changes are looked for only through statistically significant isoforms. |
comparison |
Type of search to do: any, groups or specific (see details). |
group.name |
required when |
time.points |
required when |
There are 3 possible values for the comparison argument:
"any"
: Detects genes with Major Isoform changes in at least one experimental condition.
"groups"
: Detects genes with different Major Isoform for different experimental groups.
"specific"
: Detects genes with Major Isoform changes in a specific time interval, especified in time.points
argument and a specific experimental group, especified in group.name
argument.
L |
Names of the genes with PodiumChange Isoforms |
data.L |
Data values of all the isoforms belonging to the genes in L |
gen.L |
gen vector with the name of the gene of each isoform |
edesign |
matrix describing experimental design needed to visualize PodiumChange selection with |
Maria Jose Nueda, mj.nueda@ua.es
Nueda, M.J., Martorell, J., Marti, C., Tarazona, S and Conesa, A. 2017. Identification and visualization of differential isoform expression in RNA-Seq time series. In preparation.
Nueda, M.J., Tarazona, S., Conesa, A. 2014. Next maSigPro: updating maSigPro bioconductor package for RNA-seq time series. Bioinformatics, 30, 2598-602.
Conesa, A., Nueda M.J., Alberto Ferrer, A., Talon, T. 2006. maSigPro: a Method to Identify Significant Differential Expression Profiles in Time-Course Microarray Experiments. Bioinformatics 22, 1096-1102.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.