Description Usage Arguments Value Examples
Create a APA_cluster-Cell_Barcode count matrix for Seurart analysis
1 2 3 4 5 6 7 8 9 10 | CountAPAc(
cluster_p,
cluster_n,
in_bamfile,
cb_file,
chr_info,
out_dir,
filter_method = "end",
UBtag = "UB"
)
|
cluster_p |
Annotated APA clusters file of the positive strand, generated by AnnoAPAc() |
cluster_n |
Annotated APA clusters file of the positive strand, generated by AnnoAPAc() |
in_bamfile |
A indexed BAM file, and the index files (.bai) must be in the same directory of the indexed BAM |
cb_file |
A cell barcodes list, can be generated by extractAPA() or cellranger |
chr_info |
A data.table that contains the chrinfo, can be generated by ExtractChrinfo() |
out_dir |
The directory where a directory named "matrix/" is created and the output files are stored |
filter_method |
The way to filter reads (defult "end") |
UBtag |
UB tag (defult "UB") |
NULL. writes output in the directory "matrix/" of the out_dir
1 | CountAPAc("p/APA_map.out.anno", "n/APA_map.out.anno", "test.bam", "_CBlist.txt", ExtractChrinfo("test.s.bam"), "output/")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.