We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
liftover_bedpe
When running devtools::check():
devtools::check()
get_manta_sv_by_sample: no visible global function definition for ‘liftover_bedpe’
From get_manta_sv_by_sample's examples:
get_manta_sv_by_sample
> my_sv = get_manta_sv_by_sample(this_sample_id = "99-27783_tumorA", + these_samples_metadata = get_gambl_metadata(), + projection = "hg38", + force_lift = TRUE) Reading 99-27783_tumorA from: /projects/nhl_meta_analysis_scratch/gambl/results_local/gambl/manta_current/99-outputs/bedpe/genome--grch37/somaticSV/99-27783_tumorA--99-27783_normal--matched.somaticSV.bedpe Error in liftover_bedpe(bedpe_df = bedpe_dat_raw, target_build = projection) : could not find function "liftover_bedpe"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running
devtools::check()
:From
get_manta_sv_by_sample
's examples:The text was updated successfully, but these errors were encountered: