df[df["Gene"].isin(FunctionsWithGenes.keys())] # to remove all rows with no matching entries
现在我需要基于基因功能来分割数据也许我想增加一个带有基因功能的新专栏,但不确定这是否有效,因为有些基因可以有多个功能。
我正在尝试使用$regex在mongoose中进行搜索,但当我使用整数时,它似乎不起作用。即使我使用现有数据进行搜索,也无法获得任何记录。我做错了什么? exports.getprofilesbyfirstname = function (req, res) { var record = db.collection('profile');
pho