Closed Aariq closed 1 year ago
I already let this PR get too big, sorry. I'll stop now and wait for some feedback.
Review steps:
devtools::check
locally after pulling down PR -- goodvolcalc
from PR -- goodget_mol_kegg
examples to get a couple of individual mol files and all files for a pathwaycalc_vol
on both individual mol files, with two "return" arguments individually set as TRUE -- goodcalc_vol
on all mol pathway files w/ pathway_ex <- calc_vol(input = list.files("Users/kristinariemer/Desktop/map00253/", full.names = TRUE))
-- goodPretty sure this is failing on r-devel because of #54. Looks like it's installing a newer version of ChemmineR
on that runner only (because it's building from source because there isn't a binary yet)
I may end up merging this and fixing #54 in a separate PR if the fix is more than a couple lines.
Yeah, going to merge this and prioritize work on #54 in a different PR. Unfortunately getting volcalc
to work with both old and new versions of ChemmineR
is going to be a bit of a pain.
calc_vol()
andget_fx_groups()
to be fully independent of KEGGcalc_vol()
calc_vol()
not has a column with the input tocalc_vol()
to help users merge datacalc_vol_pathway()
, which is removed)