Description Usage Arguments Value Examples
View source: R/readfragments.R
Read in the fragment.tsv.gz file into memory as a GenomicsRanges object
1  | ReadFragments(frag_gz_file, cutSite = TRUE)
 | 
frag_gz_file | 
 fragment.tsv.gz file from 10x cellranger output  | 
cutSite | 
 whether use the cut sites instead of the whole fragmeng. Default TRUE for footprint  | 
A GenomicRanges object
1 2 3 4  | ## Not run: 
insertions<- ReadFragments("~/5k_pbmc_atac/fragments.tsv.gz", cutSite = TRUE)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.