我在MongoDb中有一个集合,其中包含从类"FeedItemBase“派生的对象。当我查询这个集合时,我返回一个FeedItemBase对象的列表。
//This is my collection property in the RepoBase abstract
public IMongoCollection<T> Collection { get; set; }
//This is what my repo looks like, therefore my Collection is T = UserFeed
public class UserFeedsRepo :
我正在对大量的列联表进行费舍尔精确测试,并将p-val保存到生物信息学问题中。其中一些列联表很大,所以我已经尽可能地增加了工作空间;但是当我运行以下代码时,我得到一个错误:
result <- fisher.test(data,workspace=2e9)
LDSTP is too small for this problem. Try increasing the size of the workspace.
如果我增加工作区的大小,我会得到另一个错误:
result <- fisher.test(data,workspace=2e10)
cannot allocate memo