-
Notifications
You must be signed in to change notification settings - Fork 78
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
Comments
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. |
Hi, Just to let you know: I also experience this even after installing with Sincerely, |
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 |
makeFeaturematrix not available any of the two functionality gene.counts <- liger:::makeFeatureMatrix(genes.bc, barcodes) |
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.The text was updated successfully, but these errors were encountered: