Last data update: 2014.03.03

R: gprege on TP63 expression time-series.
demTp63Gp1R Documentation

gprege on TP63 expression time-series.

Description

Demo script of Gaussian Process Regression and Estimation of Gene Expression on TP63 time-series data (see gprege.m). See Kalaitzis & Lawrence (2011) for a detailed discussion of the ranking algorithm and dataset used.

Usage

  demTp63Gp1(fulldataset=FALSE)

Arguments

fulldataset

(Logical) TRUE downloads and uses the full dataset.

See Also

gprege

Examples

  demTp63Gp1(fulldataset=FALSE)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(gprege)
Loading required package: gptk
Loading required package: Matrix
Loading required package: fields
Loading required package: spam
Loading required package: grid
Spam version 1.3-0 (2015-10-24) is loaded.
Type 'help( Spam)' or 'demo( spam)' for a short introduction 
and overview of this package.
Help for individual functions is also obtained by adding the
suffix '.spam' to the function name, e.g. 'help( chol.spam)'.

Attaching package: 'spam'

The following objects are masked from 'package:base':

    backsolve, forwardsolve

Loading required package: maps

 # maps v3.1: updated 'world': all lakes moved to separate new #
 # 'lakes' database. Type '?world' or 'news(package="maps")'.  #


> png(filename="/home/ddbj/snapshot/RGM3/R_BC/result/gprege/demTp63Gp1.Rd_%03d_medium.png", width=480, height=480)
> ### Name: demTp63Gp1
> ### Title: gprege on TP63 expression time-series.
> ### Aliases: demTp63Gp1
> 
> ### ** Examples
> 
>   demTp63Gp1(fulldataset=FALSE)