View source: R/getCellCORange.R
getCellCORange | R Documentation |
It finds the crossover intervals for a selected cell
getCellCORange(co_count, cellBarcode)
co_count, |
'GRanges' or 'RangedSummarizedExperiment' object, |
cellBarcode, |
the selected cell's barcode |
GRange object containing the crossover intervals for the selected cell
Ruqian Lyu
demo_path <-paste0(system.file("extdata",package = "comapr"),"/")
s1_rse_state <- readHapState("s1",chroms=c("chr1"),
path=demo_path,barcodeFile=NULL,minSNP = 0,
minlogllRatio = 50,
bpDist = 100,maxRawCO=10,
minCellSNP = 0)
s1_counts <- countCOs(s1_rse_state)
co_ranges <- getCellCORange(cellBarcode = "BC1",
co_count = s1_counts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.