How to set the amount of RAM used for Package 'BCRANK' ?
1
0
Entering edit mode
@rezapanahi222-13139
Last seen 6.8 years ago

Hello everyone

How to set the amount of RAM used for the package BCRANK

In step ( > BCRANKout <- bcrank(fastaFile, restarts=25, use.P1=TRUE, use.P2=TRUE))?

 

I want to give it the highest amount of RAM to increase the speed of the analysis

Thanks

chipseq BCRANK • 747 views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 4 hours ago
United States

R by default uses as much RAM as it needs, so you can't specify the amount to use. Using more RAM probably wouldn't help anyway - I think you are really wanting to be able to use multiple cores to parallelize the computation, which could hypothetically speed things up. But this requires code to take advantage of multiple cores, and it doesn't appear that BCRANK can do this.

ADD COMMENT
0
Entering edit mode

Thanks for the help

What can I comment on , the output of this step would save file?

( > BCRANKout <- bcrank(fastaFile, restarts=25, use.P1=TRUE, use.P2=TRUE))?

 

 

ADD REPLY

Login before adding your answer.

Traffic: 597 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6