Skip to content

Differences between manual and automatic extraction #404

Answered by ShixiangWang
jrcodina asked this question in Q&A
Discussion options

You must be logged in to vote

What's the dimension of your matrix? Please try bp_extract_signatures() and see how it works. Maybe you can provide the survey plot so I can put some comments.

Example code:

# e1 <- bp_extract_signatures(
#   t(simulated_catalogs$set1),
#   range = 8:12,
#   n_bootstrap = 5,
#   n_nmf_run = 10
# )
#
# To avoid computation in examples,
# Here just [load](https://rdrr.io/r/base/load.html) the result
# (e1$signature and e1$exposure set to NA to reduce package size)
load([system.file](https://rdrr.io/r/base/system.file.html)("extdata", "e1.RData", package = "sigminer"))


# See the survey for different signature numbers
# The suggested solution is marked as red dot
# with highest integrated s…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by ShixiangWang
Comment options

You must be logged in to vote
5 replies
@ShixiangWang
Comment options

@jrcodina
Comment options

@ShixiangWang
Comment options

@jrcodina
Comment options

@ShixiangWang
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants