blatSeqs
, read.psl
, getIntegrationSites
,
clusterSites
, otuSites
. here must be linkered
reads within the sampleInfo object in order to use this function using the
default parameters. If you are planning on BLATing non-linkered reads,
then change the seqType to one of accepted options for the 'feature'
parameter of extractSeqs
, except for '!' based features.findIntegrations(sampleInfo, seqType = NULL, genomeIndices = NULL,
samplenames = NULL, parallel = TRUE, autoOptimize = FALSE,
doSonic = FALSE, doISU = FALSE, ...)
findLinkers
, which holds decoded, primed, LTRed, and Linkered
sequences for samples per sector/quadrant along with metadata.BiocParallel
. Defaults to TRUE. If no parallel backend is
registered, then a serial version is ran using SerialParam
.getSonicAbund
for more details. Default is FALSE.isuSites
for more details. Default is FALSE.blatSeqs
.findPrimers
, findLTRs
,
findLinkers
, startgfServer
,
read.psl
, blatSeqs
, blatListedSet
,
pslToRangedObject
, clusterSites
,
isuSites
, crossOverCheck
,
getIntegrationSites
, getSonicAbund
,
annotateSites
load(file.path(system.file("data", package = "hiReadsProcessor"),
"FLX_seqProps.RData"))
findIntegrations(seqProps,
genomeIndices=c("hg18"="/usr/local/genomeIndexes/hg18.noRandom.2bit"),
numServers=2)
Run the code above in your browser using DataLab