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
The major problem with pileups is that the pileup function does not know about regions and takes them from the input features dataframe.
The creation of the "region" column of features requires the user to run "assign_regions", which is a potentially obsolete and unnecessary step (see assign_regions needs to be fixed or removed #225).
An alternative is to take the regions directly from snipper object, but the pileup takes only its methods. Should we replace passing two functions with a single snipper instead? If not, why?
The major problem with pileups is that the pileup function does not know about regions and takes them from the input features dataframe.
The creation of the "region" column of features requires the user to run "assign_regions", which is a potentially obsolete and unnecessary step (see assign_regions needs to be fixed or removed #225).
An alternative is to take the regions directly from snipper object, but the pileup takes only its methods. Should we replace passing two functions with a single snipper instead? If not, why?