gmelloni / PrecisionTrialDrawer

A set of tools to help bioinformaticians, clinicians and biostatisticians to design, analyze and finalize a custom gene panel for clinical trial in cancer genomics.
GNU General Public License v3.0
1 stars 1 forks source link

remove error message in case chr name is chr23 #3

Closed alessando-guida closed 5 years ago

alessando-guida commented 5 years ago

Some SNV mutations downloaded from cBioportal are mapped on chr23 (instead of X or Y). The current implementation of filterMutations generates an error if chr23 is provided in the input bed data.frame. This correction adds chr23 as a possible "chr" value in dataframe input to the function.