preprocess_allele | R Documentation |
Preprocess allele data
preprocess_allele(sample, vcf_pu, vcf_phased, AD, DP, barcodes, gtf, gmap)
sample |
character Sample label |
vcf_pu |
dataframe Pileup VCF from cell-snp-lite |
vcf_phased |
dataframe Phased VCF from eagle2 |
AD |
dgTMatrix Alt allele depth matrix from pileup |
DP |
dgTMatrix Total allele depth matrix from pileup |
barcodes |
vector List of barcodes from pileup |
gtf |
dataframe Transcript GTF |
gmap |
dataframe Genetic map |
dataframe Allele counts by cell
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.