aryarm / as_analysis

A complete Snakemake pipeline for detecting allele specific expression in RNA-seq
MIT License
10 stars 9 forks source link

redevelop find_imbalance.r for multiple samples #15

Closed aryarm closed 6 years ago

aryarm commented 6 years ago

The current implementation has us calling find_imbalance.r for each sample, which is quite inefficient. We can take advantage of R's efficiency with large data-sets by having find_imbalance.r handle all of the samples concurrently (and simply distinguishing samples using a column that contains sample names). This would require converting the input arguments to a file for the script to read.

aryarm commented 6 years ago

completed in commit https://github.com/aryam7/as_analysis/commit/34679ee9e3967b86098800f440703a135c75d420