Description Usage Arguments Details Value Author(s) References See Also Examples
makePipelineFile
creates pipleline.R
for sourcing with
source("pipleline.R")
to run a whole IBD segment
extraction pipeline.
1 | makePipelineFile(fileName,shiftSize=5000,intervalSize=10000,haplotypes=FALSE,dosage=FALSE)
|
fileName |
file name of the genotype file in |
shiftSize |
distance between start of adjacent intervals. |
intervalSize |
number of SNVs in a interval. |
haplotypes |
should haplotypes (phased genotypes) be used; default FALSE. |
dosage |
should dosages be used if haplotypes is FALSE; default FALSE. |
makePipelineFile
creates Pipleline.R
for sourcing with
source("pipleline.R")
to run a whole IBD segment extraction pipeline.
Attention: this code may run a while for large data sets.
Run a whole IBD segment extraction pipeline
Sepp Hochreiter
S. Hochreiter et al., ‘FABIA: Factor Analysis for Bicluster Acquisition’, Bioinformatics 26(12):1520-1527, 2010.
IBDsegment-class
,
IBDsegmentList-class
,
analyzeIBDsegments
,
compareIBDsegmentLists
,
extractIBDsegments
,
findDenseRegions
,
hapFabia
,
hapFabiaVersion
,
hapRes
,
chr1ASW1000G
,
IBDsegmentList2excel
,
identifyDuplicates
,
iterateIntervals
,
makePipelineFile
,
matrixPlot
,
mergeIBDsegmentLists
,
mergedIBDsegmentList
,
plotIBDsegment
,
res
,
setAnnotation
,
setStatistics
,
sim
,
simu
,
simulateIBDsegmentsFabia
,
simulateIBDsegments
,
split_sparse_matrix
,
toolsFactorizationClass
,
vcftoFABIA
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.