Description Usage Arguments Value
This function performs filtration of the raw bed file generated by CircleMap
1 | filter_cirBed(cirBed, scores = 50, discord = 4, splitreads = 4, length = 3e+07)
|
cirBed |
get by cirBed = read.table("my_unknown_circleMap.bed", sep = tab, stringsAsFactors = FALSE) |
scores |
Threshold of Circle score. score below would be removed |
discord |
Threshold of number of discordant read pairs supporting the detected circular DNA. Below the threshold would be reomved |
splitreads |
Threshold of number of split reads supporting the detected circular DNA. Below the threshold would be removed |
length |
Maximum length of the circular DNA detected. |
a data frame with : c("Chromosome","start_coord", "end_coord", "dis_cord", "split_reads", "circle_score", "Mean_coverage", "SD", "CISC", "CIEC", "coverage_continuity")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.