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

Update gene metadata file to remove biomart-only genes #132

Merged
merged 2 commits into from
May 16, 2024

Conversation

jaclynbeck-sage
Copy link
Contributor

@jaclynbeck-sage jaclynbeck-sage commented Apr 26, 2024

Changed the pre-processing notebook so it doesn't get all genes from Biomart anymore. It only gets info for genes that exist in our data sets. There are now only 37,452 genes in the metadata file. New gene metadata file is uploaded as version 13.

Copy link

sonarcloud bot commented Apr 26, 2024

Quality Gate Passed Quality Gate passed

Issues
2 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

)

df_filt = df.copy().loc[keep].reset_index(drop=True)
return df_filt


def r_query_biomart() -> pd.DataFrame:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is code from the pre-processing notebook that I moved from the notebook to here as an unused function, instead of deleting it.

Copy link
Contributor

@JessterB JessterB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@jaclynbeck-sage jaclynbeck-sage merged commit 93ddfa4 into dev May 16, 2024
9 checks passed
@jaclynbeck-sage jaclynbeck-sage deleted the jbeck/AG-1432/remove_biomart_only_genes branch May 16, 2024 21:33
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

Successfully merging this pull request may close these issues.

2 participants