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
HI, My troublesome is in there.
when i ran 'metadata <- Load_metadata(metadata_path = "/FEAST/Data_files/metadata_example_multi.txt") '
there was the error in Load_metadata(metadata_path = "/FEAST/Data_files/metadata_example_multi.txt") :
could not find function "Load_metadata"
I am completely unaware of what the issue might be, so if you could please provide guidance or specify the problem, I would greatly appreciate it.
The text was updated successfully, but these errors were encountered:
I've seen this issue when someone tried installing feast from bioconductor. That is actually a different package. Make sure to install the FEAST from this github page and you should be fine.
If the above is not the case. See if feast is loaded (and in Rstudio inspect the packagae environment and see if the function is present). Trouble shoot from there.
HI, My troublesome is in there.
when i ran 'metadata <- Load_metadata(metadata_path = "
/FEAST/Data_files/metadata_example_multi.txt") '/FEAST/Data_files/metadata_example_multi.txt") :there was the error in Load_metadata(metadata_path = "
could not find function "Load_metadata"
I am completely unaware of what the issue might be, so if you could please provide guidance or specify the problem, I would greatly appreciate it.
The text was updated successfully, but these errors were encountered: