Home
last modified time | relevance | path

Searched refs:gene_to_bc_umi_p1_to_reads_tab (Results 1 – 1 of 1) sorted by relevance

/dports/biology/subread/subread-2.0.2-source/src/
H A DreadSummary.c5919 HashTable * gene_to_bc_umi_p1_to_reads_tab = tab->appendix2; in scRNA_find_gene_to_umi_mark_deletee() local
5927 …int nsupp = HashTableGet(HashTableGet(gene_to_bc_umi_p1_to_reads_tab , NULL+gene_no+1), key_bc_umi… in scRNA_find_gene_to_umi_mark_deletee()
5935 …int supp1 = HashTableGet(HashTableGet(gene_to_bc_umi_p1_to_reads_tab, NULL+gene1_no+1), key_bc_umi… in scRNA_find_gene_to_umi_mark_deletee()
5936 …int supp2 = HashTableGet(HashTableGet(gene_to_bc_umi_p1_to_reads_tab, NULL+gene2_no+1), key_bc_umi… in scRNA_find_gene_to_umi_mark_deletee()
5949 …t * global_context, HashTable * gene_to_bc_umi_p1_tab, HashTable * gene_to_bc_umi_p1_to_reads_tab){ in scRNA_find_gene_to_umi_merger() argument
5956 bc_umi_to_genes_tab -> appendix1 = gene_to_bc_umi_p1_to_reads_tab; in scRNA_find_gene_to_umi_merger()
5961 bc_umi_to_genes_tab -> appendix2 = gene_to_bc_umi_p1_to_reads_tab; in scRNA_find_gene_to_umi_merger()