Skip to content
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

PROTRIDER questions #59

Open
m-pauper opened this issue Oct 30, 2023 · 1 comment
Open

PROTRIDER questions #59

m-pauper opened this issue Oct 30, 2023 · 1 comment

Comments

@m-pauper
Copy link

m-pauper commented Oct 30, 2023

  1. Since a part of OUTRIDER's vignette was designed with RNA-seq data in mind, it seems that not all functions are meant to be used for proteomics data. For instance, there is the filterExpression step, but it seems that is based on fpkm values and thus should be irrelevant with proteomics data? Similarly, I was unable to use the plotCountGeneSampleHeatmap function. Are there alternatives for those for proteomics data?
    Found it in the vignette:
    • plotExpectedVsObservedCounts -> plotExpectedVsObserved,
    • plotCountCorHeatmap -> plotSampleCorHeatmap,
    • plotCountGeneSampleHeatmap -> plotFeatureSampleHeatmap.

  2. This issue (sample swaps: OutriderDataSet(countData=cts, colData=anno) makes undocumented(?) assumption that "cts" columns have same order as "anno" rows, leading to results with incorrect sample labels when this is not met. #32) mentions that the order of the samples in the annotations table should be the same as the order of the rows in the inputData. Is that true?

  3. Edit: moved to: Error in findEncodingDim: deprecated pandas.DataFrame.append pandas>=2.0 #60

  4. Should input protein intensities be raw values or is it ok if they are already log-transformed?

@m-pauper
Copy link
Author

  1. • plotCountCorHeatmap -> plotSampleCorHeatmap,

Actually, plotSampleCorHeatmap does not seem to be available. But it seems that with this:

setMethod("plotCountCorHeatmap", signature="Outrider2DataSet", 
        plotSampleCorHeatmap)

One can still use the plotCountCorHeatmap for an Outrider2DataSet and that will use the plotSampleCorHeatmap.

It would be nice if you could confirm that :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant