Description Usage Arguments Details Value Author(s) See Also Examples
Forms a data set for use in functions in 'pint' package (e.g. screen.cgh.mrna
).
Pairs samples in two data sets.
1 2 3 |
data |
Probe-level data in a matrix or data frame. |
info |
Location, chromosome, and chromosome arm. Information of the probes
as data frame. Location can be given either as |
X, Y |
Data sets to be paired. |
max.dist |
maximum distance between paired genes in base pairs. |
chrs |
Use to pick a subset of chromosomes in the data. By default, all chromosomes will be used. |
useSegmentedData |
Logical. If |
remove.duplicates |
Logical. If |
impute |
Logical. If |
replace.inf |
Logical. If |
Function pint.match
goes through every sample in X
and
finds the nearest sample in Y
which is in the same chromosome
arm. If more than one sample in X
has same nearest sample in
Y
, all but one is discarded. Samples with longer distance
than max.dist
are discarded.
pint.data
returns a list with a matrix with sample data and a
data frame with chr
(chromosome), arm
(chromosome arm) and
loc
(location).
pint.match
return a list with two data sets. These can be used in
screen.cgh.mrna
function.
Olli-Pekka Huovilainen ohuovila@gmail.com
screen.cgh.mrna
,
screen.cgh.mir
,
fit.cgh.mir.byname
1 2 3 | data(chromosome17)
newData <- pint.match(geneExp,geneCopyNum,max.dist=1000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.