-
Notifications
You must be signed in to change notification settings - Fork 30
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
PCA plot colors #200
Comments
You might need to define like below. R doesn't like "/"
|
I tried using both underscore and even removing the complete date column, but i still cannot get it to work. The initial plot shows all my samples in spectrum of colors, but i go down to the PCA options/Colorfield and choose on any of those column headers as a option to color and it throws out I have got the heatmap etc to work. Also where is the log file located? I could send it to you too, if it helps |
Could you send me a sample dataset that I can recreate the problem? |
[count_data.xlsx](https://github.com/UMMS-Biocore/debrowser/files/2787747/count_data.xlsx)
[AB_meta.xlsx](https://github.com/UMMS-Biocore/debrowser/files/2787748/AB_meta.xlsx)
Hi Alper,
Sorry for the late reply. Attached are both the count file and meta_data
file. Count file is reduced to just 100 rows but has all the samples. I
have also attached a screenshot of the error!
Stock picture
[image: image.png]
When i change to highlight one of the metadata column through QC
options/PCA options/color field i get the error below, attached
[image: image.png]
[image: image.png]
…On Sat, Jan 19, 2019 at 1:55 AM Alper Kucukural ***@***.***> wrote:
Could you send me a sample dataset that I can recreate the problem.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#200 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGcbqK0-iKanspkmGMKkkcla7ZJ9eF1Wks5vEsFpgaJpZM4aGXlY>
.
|
Your sample names in the count_data and meta data file doesn't match. In count_data you have A_1, A_2... with underscore. In meta data file A-1, A-2,... with dash. If you use these two files it would work. |
Thanks for your time. Simple error but frustrating!
…On Wed, Jan 23, 2019 at 11:49 AM Alper Kucukural ***@***.***> wrote:
Your sample names in the count_data and meta data file doesn't match. In
count_data you have A_1, A_2... with underscore. In meta data file A-1,
A-2,... with dash. If you use these two files it would work.
AB_meta.txt
<https://github.com/UMMS-Biocore/debrowser/files/2788290/AB_meta.txt>
count_data.txt
<https://github.com/UMMS-Biocore/debrowser/files/2788291/count_data.txt>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#200 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGcbqI4f42K_6vsa9X6fgmPgmo7X9Aooks5vGJKvgaJpZM4aGXlY>
.
|
We will work on better error reporting while uploading the data. We are reading the data with a straight forward way by making the first column to row names and matching the column names in count data file with the sample names in the meta data file. First, we will report if there are duplicates in the first column and second, we will report if sample names do not match. Hopefully, this might eliminate some frustration in the next version. Please don't hesitate to contact if you have any suggestions to make this tool better. |
I have just finalized error reporting in data upload. If there are duplicates in the first column of data file or un-matching column names in meta-data and count files or any missing columns in any rows will be reported. Hopefully, it will reduce the frustration in data upload. I pushed a new version 1.10.7 to bioconductor. It will be available in a couple of days. I also push it to github, if you don't want to wait for bioconductor. |
Hi
Great browser!!! I am having trouble when i try to select a category on my meta file such as treatment or condition or time from the browser to re-draw the PCA. I get the following error
Error in : Must request at least one colour from a hue palette
This does not happen with demo data?
few lines from my metafile are attached:
example_meta.xlsx
The text was updated successfully, but these errors were encountered: