Skip to content
New issue

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

makeFeatureMatrix is not in the package #123

Closed
emdann opened this issue Oct 10, 2019 · 4 comments
Closed

makeFeatureMatrix is not in the package #123

emdann opened this issue Oct 10, 2019 · 4 comments

Comments

@emdann
Copy link

emdann commented Oct 10, 2019

Hi, I am trying to preprocess scATAC data to gene level features as described in the scATAC + scRNA-seq vignette, but the function makeFeatureMatrix is not exported from the NAMESPACE.

@vkozareva
Copy link
Collaborator

vkozareva commented Oct 11, 2019

Hello! Have you made sure to install the latest version of the package? We only recently added this functionality. Also this function appears in the RcppExports.R file instead of the NAMESPACE.

@arutik
Copy link

arutik commented Nov 6, 2019

Hi,

Just to let you know: I also experience this even after installing with install_github('MacoskoLab/liger')

Sincerely,
Anna Arutyunyan

@vkozareva
Copy link
Collaborator

It appears that on some systems (perhaps due to the R version), R might not readily recognize package functions which are only exported by RcppExports. We'll add a NAMESPACE exported version of this function, but in the meantime, you should be able to access the functionality by using liger:::makeFeatureMatrix. Sorry about that!

@jw156605 jw156605 closed this as completed Feb 3, 2020
@ankushs0128
Copy link

makeFeaturematrix not available any of the two functionality

gene.counts <- liger:::makeFeatureMatrix(genes.bc, barcodes)
Error in get(name, envir = asNamespace(pkg), inherits = FALSE) :
object 'makeFeatureMatrix' not found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants