cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

Latest Discussions

  • JMP Genomics - ANOVA vs deseq2

    Hello there. I am new to both JMP Genomics and RNA-Seq data analysis. It appears that JMP Genomics 10 implements ANOVA as a means to determine differential gene expression data. However, that vast majority of RNA-Seq gene expression studies use deseq2 or similar R packages. Has anyone done a comparison (or know of a published report) comparing the two methods? What are the pros and cons? Follow up...

    LouisAltamura LouisAltamura
    Discussions |
    Feb 11, 2021 8:48 AM
    1886 views | 1 replies
  • Filtered Spec limit in a control chart for several features

    Hello,
    I hope you can help me. I'm still very new to JSL. I have the following problem:
    I have a table like this:
    Feature     data            USL
    A           number1       Spec A
    A           number2      Spec A
    A           number3       Spec A
    B          number4       Spec B
    B          number5       Spec B
    B          number6       Spec BThe feature should be selected with the data filter. Then the data sho...

    Rumo Rumo
    Discussions |
    Feb 11, 2021 5:47 AM
    1975 views | 4 replies
  • How to auto-run attached scripts on a table pulled from database

    Following code will attach all jsl scripts in c:\work directory to the table dt.  Do you know any function/command which can also make it auto-run on the table? dt = Current Data Table(); dir = "C:\work"; fileNames = Files In Directory( dir ); if (dir!="", For( iFile = 1, iFile <= N Items( fileNames ), iFile++, filename = fileNames[iFile]; show(filename); If( Ends With( filename, ".j...

    Dib-Dey Dib-Dey
    Discussions |
    Feb 10, 2021 5:33 PM
    1158 views | 1 replies
  • How to use a list to select rows with an specific value

    Hi I am trying to use a list of Names that populate a column to select the matching rows of another column (in another Table) in order to subset the table and generate several different subsets.Getting the Names/Values from the first column is no problem but I cannot find the correct syntax for the loop.dt4 = Current Data Table(); uniqueVals = {"2021_file1_T1", "2021_file1_T2"}; tableList= {}; F...

    ALopez ALopez
    Discussions |
    Feb 10, 2021 2:48 PM
    2304 views | 2 replies
  • How to limit number of legend items?

    I have a plot that is overlayed by hundreds of catergorical values. When user works with it, it only makes sense to compare 2, 3, maximum 5 categories, and user id doing that through data filter.But nothing prevents user from selecting all 150+ categories. In this case they all get displayed in legend, totally breaking windows. Since you wouldn't be able to see anything on the plot in this case an...

    miguello miguello
    Discussions |
    Feb 10, 2021 1:09 PM
    1309 views | 1 replies

Latest Discussions

  • How to auto-run attached scripts on a table pulled from database

    Following code will attach all jsl scripts in c:\work directory to the table dt.  Do you know any function/command which can also make it auto-run on the table? dt = Current Data Table(); dir = "C:\work"; fileNames = Files In Directory( dir ); if (dir!="", For( iFile = 1, iFile <= N Items( fileNames ), iFile++, filename = fileNames[iFile]; show(filename); If( Ends With( filename, ".j...

    Dib-Dey Dib-Dey
    Discussions |
    Feb 10, 2021 5:33 PM
    1158 views | 1 replies
  • Lineup box disappears upon Save as Report MyReport.jrp

    I have a script that creates a window with three tabs.  The first tab has a Lineup Box with two columns and 6 Graph Builder graphs created with a loop.nw = New Window( "Win1", tbox = Tab Box(Tab Page Box("Age", vlb = Lineup Box( N Col( 2 )) )) );All the graphs generated by the loop are appended with:vlb << Append( Graph Builder("graph stuff here");At the end everything looks as expected two...

    ALopez ALopez
    Discussions |
    Feb 10, 2021 12:25 PM
    2196 views | 4 replies
  • problem to open excel

    hi, with JMP 15, I have a ne error message. I don't understand what to do. can someone give me a solution please? best regards

    Françoise Françoise
    Discussions |
    Feb 10, 2021 7:39 AM
    1700 views | 3 replies
  • How do I combine these codes?

    Hi there, I would like to combine these codes so that they run from the "Formulation Change Review (new)" and closes the new data table/tabulate tab only leaving the graph. Any help much appreciated! (Data Table( "Formulation Change Review (new)" ) << Tabulate( Add Table( Column Table( Grouping Columns( :Lab RFT ), Statistics( Row % ) ), Row Table( Grouping Columns( :Grade ) ) ) )) << Make I...

    JC7 JC7
    Discussions |
    Feb 10, 2021 3:53 AM
    814 views | 1 replies
  • Permutation procedure for randomized block design

    I'm interested in conducting a permutation analysis. I have three treatments, with a randomized block design with seven blocks. I'd like to do a permutation procedure to test both the F value and for posthoc pairwise comparisons.

    Craig_Stockwell Craig_Stockwell
    Discussions |
    Feb 9, 2021 12:27 PM
    2101 views | 4 replies

Latest Discussions

view all discussions