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

feat: filter_low_counts.R #2

Closed
kopardev opened this issue Oct 4, 2023 · 1 comment · Fixed by #10
Closed

feat: filter_low_counts.R #2

kopardev opened this issue Oct 4, 2023 · 1 comment · Fixed by #10
Assignees
Labels
reneeTools RepoName
Milestone

Comments

@kopardev
Copy link
Member

kopardev commented Oct 4, 2023

input:
DEG_ALL/RSEM.genes.expected_count.all_samples.txt

output:
filtered data frame

function should:

  • remove genes with below threshold genes..threshold set by read count per samples + number of samples satisfying the min-read-count criteria
  • similar to min-read-counts filter ... but use CPM instead of read-count.
@kopardev kopardev added the reneeTools RepoName label Oct 4, 2023
@kopardev kopardev changed the title feat: function to remove genes with zeros across the board feat: "filter_low_counts.R" Oct 4, 2023
@kopardev kopardev changed the title feat: "filter_low_counts.R" feat: filter_low_counts.R Oct 4, 2023
@kopardev kopardev added this to the 2023w41_1013 milestone Oct 9, 2023
@kelly-sovacool
Copy link
Member

separate functions for count vs cpm.

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

Successfully merging a pull request may close this issue.

2 participants