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

Running scFBA without bulk/pooled sample data #5

Open
riddhimandhar opened this issue Jun 4, 2021 · 1 comment
Open

Running scFBA without bulk/pooled sample data #5

riddhimandhar opened this issue Jun 4, 2021 · 1 comment

Comments

@riddhimandhar
Copy link

Hi,
Is it possible to run scFBA without including pooled/bulk RNA-seq data? (Because sometimes this data is not available).
From your README file, it seems that it is possible to run scFBA without bulk data. Is this correct?
If yes, how should we format the dataset file? Should we replace the pooled values by NA/NaN?

Thank you very much for your help.

Regards,
RDhar

@DavideMaspero
Copy link
Collaborator

Dear Dr. RDhar,

sorry for the very late reply.

scFBA is conceived to use the information from a pooled/bulk sequencing experiment to compute statistics on the single cell gene expression levels. There is not a explicit way to not provide the pooled/bulk profile. Anyway, you could try by passing the averege expression level of the single cell sequencing experiment.
For example, the following command can replace the line 25 of the scFBA_test script
BC04 = makeSCdataset(mean(BC04_filt{:,7:end}', 'omitnan'), BC04_filt{:,7:end}, BC04_filt.Properties.VariableNames(7:end), BC04_filt.HGNC_ID, 10^-4);

Best regards,
Davide Maspero

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

2 participants