# NOT RUN {
#Transpose IDs from current count data to their desired values based on the meta_file.
count_data <- prep_counts(my_count_file)
new_count_data <- transpose_gene_ids(count_data, meta_file)
#Updated gene ID count information can be used in DE analysis.
dds <- prep_dds_from_data(new_count_data, target_data, ~ Design_Type, TRUE,
"Replicate", "vst")
# }
Run the code above in your browser using DataLab