Home
last modified time | relevance | path

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

/dports/biology/subread/subread-2.0.2-source/src/
H A DreadSummary.c301 ArrayList * scRNA_sample_id_to_name; member
5835 char * this_sample_name = ArrayListGet(global_context -> scRNA_sample_id_to_name, x1); in scRNA_merged_to_tables_write()
6587 ArrayListPush(global_context -> scRNA_sample_id_to_name, key); in scRNA_convert_ss_to_arr()
6598 push_arr[1] = NULL + global_context -> scRNA_sample_id_to_name -> numOfElements; in scRNA_convert_ss_to_arr()
6674 ArrayList * scRNA_sample_id_to_name = tab -> appendix3; in scRNA_sample_SamBam_writers_new_files() local
6698 for(x1=0; x1<scRNA_sample_id_to_name -> numOfElements; x1++){ in scRNA_sample_SamBam_writers_new_files()
6699 char * sample_name = ArrayListGet( scRNA_sample_id_to_name, x1 ); in scRNA_sample_SamBam_writers_new_files()
6778 global_context -> scRNA_sample_id_to_name = ArrayListCreate(64); in fc_thread_init_global_context()
7014 for(xk2 = 0; xk2 < global_context -> scRNA_sample_id_to_name -> numOfElements; xk2++){ in fc_thread_start_threads()
7097 for(xk2=0;xk2< global_context -> scRNA_sample_id_to_name -> numOfElements;xk2++) { in fc_thread_destroy_thread_context()
[all …]