View source: R/quality_control.R
loadBEDandGenomeData | R Documentation |
This function loads obj 5 column BED file specifying the single-bp Tn5 integration sites. The file should not have any headers, with the following format: chromosome, start, end, barcode, strand
loadBEDandGenomeData(
bed,
ann,
sizes,
attribute = "Parent",
verbose = T,
is.fragment = F
)
bed |
Path to Tn5 integration site bed file with barcode information. Required. |
ann |
Path to GFF file for estimating % reads mapping to TSSs. Required. |
sizes |
Path to chromosome sizes file for downstream processing. Required. |
verbose |
logical. Defaults to TRUE. |
is.fragment |
logical. Set to TRUE if the provided BED file is the fragment.csv output from cellranger-atac count. Defaults to FALSE. |
The annotation file should be GFF and the chromosome sizes file should be the chromsome ID followed by its total length (e.g. chr1 123523000) with one chromosome per line.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.