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
isoCounts
seed=TRUE
Hi,
In the isoCounts function, when seed=TRUE is specified, it does nothing:
ids_counts_all = isoCounts(ids = isomirs, all = TRUE) ids_counts_seed = isoCounts(ids = isomirs, seed = TRUE) identical(counts(ids_counts_all), counts(ids_counts_seed)) [1] TRUE
Here is the code:
isomiRs/R/internal.R
Lines 201 to 236 in 8f953e5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
In the
isoCounts
function, whenseed=TRUE
is specified, it does nothing:Here is the code:
isomiRs/R/internal.R
Lines 201 to 236 in 8f953e5
The text was updated successfully, but these errors were encountered: