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
Once a target was given from MVP, we must extract results of the conditional model from RDS file saved by COJO pipeline. To do so, there are a few required inputs which might be modified later based on what we will receive later.
identifier of protein sequence
identifier of target SNP
First, we must follow some steps:
specify path to the final(?) COJO analysis results
read final(?) merged locus breaker results
find locus name through matching seqid and SNPID
find the correct path to conditional data of the matched locus
read the conditional data
access conditional data by target SNP identifier
save conditional data file in CSV format
The text was updated successfully, but these errors were encountered:
Once a target was given from MVP, we must extract results of the conditional model from RDS file saved by COJO pipeline. To do so, there are a few required inputs which might be modified later based on what we will receive later.
First, we must follow some steps:
The text was updated successfully, but these errors were encountered: