When I see the scar_score's code and try to run the code , it tell me it's not find chrominfo_grch38.
Can you tell me where is chrominfo_grch38 coming from?
if (reference == "grch38"){
chrominfo = chrominfo_grch38
} else if(reference == "grch37"){
chrominfo = chrominfo_grch37
} else {
stop()
}
Dear scarHRD developers,
When I see the scar_score's code and try to run the code , it tell me it's not find chrominfo_grch38. Can you tell me where is chrominfo_grch38 coming from? if (reference == "grch38"){ chrominfo = chrominfo_grch38 } else if(reference == "grch37"){ chrominfo = chrominfo_grch37 } else { stop() }