Entering edit mode
Hi
Using the package SomaticCancerAlterations, I am trying to read an
updated version of tcga mutation data. From previous emails, I see
you
have the functions below to read/validate these data but I was
wondering
which seqinfo object do you use when calling the function maf2gr
myMaf<-SomaticCancerAlterations:::.read_maf("myTCGAfile.maf")
SomaticCancerAlterations:::.validate_maf(myMaf, seqinfo)
myGr<-SomaticCancerAlterations:::.maf2gr(myMaf, seqinfo)
thanks
aedin