-
Notifications
You must be signed in to change notification settings - Fork 223
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
extractSignature non-conformable arrays error #119
Comments
Hello, Try loading nmf library first and see if it works. library('NMF')
laml.sign = extractSignatures(mat = laml.tnm, nTry = 6, plotBestFitRes = FALSE) |
Yes I loaded the NMF library first by doing the following:
I also ran the lamb.tnm = trinucleotideMatrix () command by specifying the file path to hg19 before loading the NMF library and it worked correctly. Here is my screenshot for the error.
|
Hi, |
Here is the sample size information:
188: TCGA-AB-2933 0 0 0 0 1 0 0 1 |
Here is where the hp19.fa is located: Please let me know if you need permission to download. |
Could you share with me where your hg19.fa is located so I can try it out? |
@dschslava Hi, write.table(laml$nmf_matrix, "tnm.tsv", sep = "\t", quote = FALSE) Keep rownames. |
Dear PoisonAlien, Thank you for the instruction. I got the following error:
|
Oh, Sorry my mistake. |
Dear PoisonAlien, This time it worked but I don't know where to find tam.tsv file. It is not in extdata.
Thanks! |
Sorry, I don't know how to attach an file in GitHub. Here you go.
Please let me know the path to your hg19.fa file so I can verify on my side.
Thanks,
Stephen
Canyon Crest Academy High School
San Diego, CA
…On Tue, Feb 6, 2018 at 11:28 PM, PoisonAlien ***@***.***> wrote:
Oh, Sorry my mistake.
Try this laml.tnm$nmf_matrix
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#119 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AYToF9Y1K-z0zmWUghpbRjWmrllgQIkUks5tSVC0gaJpZM4R1F3N>
.
--
Stephen
|
Dear PoisonAlien,
I tried to run the following command and I got an error message saying that All the runs produced an error.
I got the hg19.fa from UCSC this afternoon.
I can run the following commands with no problem.
Thanks in advance!
The text was updated successfully, but these errors were encountered: