You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% Each script has some additional parameters that are a little more involved and can be tuned from inside the code.
AnalysisLabel = 'Test_run'; % your favorite label for this analysis
minOccurance = 10; % aeSNPs with data in less than this many people in the entire data will be discarded right off the bat from the file "Common_SNPs".
FileNamePattern = '01_Data/Sample_AE_Data/*.txt'; % the address for all ASE file
SNP_frq_file = '01_Data/Sample_Allelefrequency_Data/Sample_SNP_Allelefrequencies.txt'; % See inside S02_Add_AlleleFreqs.m for details.
tot_Indv_Used_THR = 5; % Minimum number of individuals available in data for a gene estimate before it's reported. For GTEx we used **50**